Issue: #I69Q3E

Description: 包管理子系统so优化
Sig: SIG_ApplicaitonFramework
Feature or Bugfix: Feature
Binary Source: No

Signed-off-by: zhaogan <zhaogan2@huawei.com>
This commit is contained in:
zhaogan 2023-01-10 16:54:58 +08:00
parent d44161305d
commit 63fcda7391
2 changed files with 21 additions and 0 deletions

View File

@ -222,6 +222,7 @@ ohos_shared_library("libbms") {
"//third_party/zlib:shared_libz",
]
version_script = "libbms.map"
external_deps = [
"ability_base:want",
"access_token:libaccesstoken_sdk",

View File

@ -0,0 +1,20 @@
# Copyright (c) 2021-2022 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.
1.0 {
global:
extern "C++" {
};
local:
*;
};