diff --git a/README.md b/README.md index 41cf106573bb45736b867277bbbccdd566705ed3..63948cec1aa1046ae6488e72f27da56f87651ffa 100755 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/README_zh.md b/README_zh.md index 3efefac73a6f3aac97d048a8ed362aae4c9a0c4f..979ba0292502329c60f0cd705d67c1eeebfdd8c6 100755 --- a/README_zh.md +++ b/README_zh.md @@ -22,7 +22,6 @@ utils/native └─ base ├── include # 对各子系统开放的接口头文件 ├── src # 源文件 - ├── ndk_libraries_config # ndk库的配置目录 └── test # 测试代码 ``` diff --git a/bundle.json b/bundle.json index 326c61398a3dbd7bfca7d24a474f3f25971e04a2..af07a3163c69fd7ba34bf8a9af2d94e9910de9ea 100644 --- a/bundle.json +++ b/bundle.json @@ -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": [ diff --git a/ndk_libraries_config/BUILD.gn b/ndk_libraries_config/BUILD.gn deleted file mode 100644 index 811c35dc488d917376c92ee428b81519cd87b78d..0000000000000000000000000000000000000000 --- a/ndk_libraries_config/BUILD.gn +++ /dev/null @@ -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" -} diff --git a/ndk_libraries_config/bit32/public.libraries-z.txt b/ndk_libraries_config/bit32/public.libraries-z.txt deleted file mode 100644 index 3e2cf5678745cfb7d317bf096385e71a9b3f332e..0000000000000000000000000000000000000000 --- a/ndk_libraries_config/bit32/public.libraries-z.txt +++ /dev/null @@ -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 - diff --git a/ndk_libraries_config/bit64/public.libraries-z.txt b/ndk_libraries_config/bit64/public.libraries-z.txt deleted file mode 100644 index 8438f3fe66e57a4bf781a3ac4f3bfac2d4914e10..0000000000000000000000000000000000000000 --- a/ndk_libraries_config/bit64/public.libraries-z.txt +++ /dev/null @@ -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 -