!67 修改build.gn的subsystem_name

Merge pull request !67 from 史凯/master
This commit is contained in:
openharmony_ci
2022-02-16 03:41:12 +00:00
committed by Gitee
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
},
"component": {
"name": "jsapi_api",
"subsystem": "compileruntime",
"subsystem": "utils",
"syscap": [],
"features": [],
"adapted_system_type": [],
+2 -2
View File
@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//ark/ts2abc/ts2panda/ts2abc_config.gni")
import("//build/ohos.gni")
@@ -103,7 +103,7 @@ ohos_shared_library("convertxml") {
} else {
external_deps = [ "hilog:libhilog" ]
}
subsystem_name = "compileruntime"
subsystem_name = "utils"
part_name = "jsapi_api"
relative_install_dir = "module"
+1 -1
View File
@@ -100,7 +100,7 @@ ohos_shared_library("uri") {
} else {
external_deps = [ "hilog:libhilog" ]
}
subsystem_name = "compileruntime"
subsystem_name = "utils"
part_name = "jsapi_api"
relative_install_dir = "module"
+1 -1
View File
@@ -100,7 +100,7 @@ ohos_shared_library("url") {
} else {
external_deps = [ "hilog:libhilog" ]
}
subsystem_name = "compileruntime"
subsystem_name = "utils"
part_name = "jsapi_api"
relative_install_dir = "module"
+1 -1
View File
@@ -103,7 +103,7 @@ ohos_shared_library("xml") {
} else {
external_deps = [ "hilog:libhilog" ]
}
subsystem_name = "compileruntime"
subsystem_name = "utils"
part_name = "jsapi_api"
relative_install_dir = "module"