!62 删除ndk_libraries_config

Merge pull request !62 from giteeHYC/master
This commit is contained in:
openharmony_ci
2022-03-02 02:22:02 +00:00
committed by Gitee
6 changed files with 0 additions and 54 deletions
-1
View File
@@ -22,7 +22,6 @@ utils/native
└─ base
├── include # Header files of APIs open to other subsystems
├── src # Source files
├── ndk_libraries_config # Configuration of the NDK library
└── test # Test code
```
-1
View File
@@ -22,7 +22,6 @@ utils/native
└─ base
├── include # 对各子系统开放的接口头文件
├── src # 源文件
├── ndk_libraries_config # ndk库的配置目录
└── test # 测试代码
```
-1
View File
@@ -22,7 +22,6 @@
"build": {
"sub_component": [
"//utils/native/base:utils",
"//utils/native/ndk_libraries_config:ndk_libs_config",
"//utils/native/base:utilsecurec_shared"
],
"inner_kits": [
-25
View File
@@ -1,25 +0,0 @@
# Copyright (c) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
import("//build/ohos.gni")
ohos_prebuilt_etc("ndk_libs_config") {
if (current_cpu == "arm") {
source = "bit32/public.libraries-z.txt"
} else if (current_cpu == "arm64" || current_cpu == "amd64" ||
current_cpu == "x64" || current_cpu == "x86_64") {
source = "bit64/public.libraries-z.txt"
}
subsystem_name = "utils"
relative_install_dir = ""
part_name = "utils_base"
}
@@ -1,13 +0,0 @@
libhilog_ndk.z.so
libzgraphic.z.so
librawfile.z.so
libsensors.z.so
libeventhandler_native.z.so
libimage_pixelmap.z.so
libmedia_ndk.z.so
libtrans_jni.z.so
libhiappevent_base.z.so
libipc_core.z.so
libhisysevent_jni.z.so
libteec.z.so
@@ -1,13 +0,0 @@
libhilog_ndk.z.so 64
libzgraphic.z.so 64
librawfile.z.so 64
libsensors.z.so 64
libeventhandler_native.z.so 64
libimage_pixelmap.z.so 64
libmedia_ndk.z.so 64
libtrans_jni.z.so 64
libhiappevent_base.z.so 64
libipc_core.z.so 64
libhisysevent_jni.z.so 64
libteec.z.so 64