mirror of
https://gitee.com/openharmony/advertising_oaid
synced 2025-02-12 11:18:18 +00:00
Description: 去除oaid cfi粗粒度屏蔽
Feature or Bugfix: feature Binary Source: NO Signed-off-by: xiangjiang <xiangjiang@huawei.com>
This commit is contained in:
parent
efbeac7c16
commit
f12fae37bd
@ -1,19 +0,0 @@
|
||||
# Copyright (C) 2022-2023 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.
|
||||
|
||||
[cfi]
|
||||
type:*OHOS::Parcel*
|
||||
type:*OHOS::RefBase*
|
||||
type:*OHOS::MessageParcel*
|
||||
type:*OHOS::IRemoteObject*
|
||||
type:*OHOS::IRemoteBroker*
|
@ -32,7 +32,6 @@ ohos_shared_library("oaid_client") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../cfi_blocklist.txt"
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
|
@ -45,7 +45,6 @@ ohos_shared_library("oaid") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../../../cfi_blocklist.txt"
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
|
@ -32,7 +32,6 @@ ohos_shared_library("oaid_service") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../cfi_blocklist.txt"
|
||||
boundary_sanitize = true
|
||||
integer_overflow = true
|
||||
ubsan = true
|
||||
|
@ -31,7 +31,6 @@ ohos_source_set("oaid_utils") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../cfi_blocklist.txt"
|
||||
}
|
||||
|
||||
external_deps = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user