chendeben hace 1 año
padre
commit
eaa3963d79

+ 0 - 1
entry/src/main/cpp/types/libentry/Index.d.ts

@@ -1 +0,0 @@
-export const add: (a: number, b: number) => number;

+ 0 - 6
entry/src/main/cpp/types/libentry/oh-package.json5

@@ -1,6 +0,0 @@
-{
-  "name": "libentry.so",
-  "types": "./Index.d.ts",
-  "version": "1.0.0",
-  "description": "Please describe the basic information."
-}

+ 0 - 31
lib/build-profile.json5

@@ -1,31 +0,0 @@
-{
-  "apiType": "stageMode",
-  "buildOption": {
-  },
-  "buildOptionSet": [
-    {
-      "name": "release",
-      "arkOptions": {
-        "obfuscation": {
-          "ruleOptions": {
-            "enable": false,
-            "files": [
-              "./obfuscation-rules.txt"
-            ]
-          },
-          "consumerFiles": [
-            "./consumer-rules.txt"
-          ]
-        }
-      },
-    },
-  ],
-  "targets": [
-    {
-      "name": "default"
-    },
-    {
-      "name": "ohosTest"
-    }
-  ]
-}