Description: 去除oaid cfi粗粒度屏蔽

Feature or Bugfix: feature
Binary Source: NO
Signed-off-by: xiangjiang <xiangjiang@huawei.com>
This commit is contained in:
deserttime 2024-04-19 16:41:40 +08:00
parent efbeac7c16
commit f12fae37bd
5 changed files with 0 additions and 23 deletions

View File

@ -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*

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -31,7 +31,6 @@ ohos_source_set("oaid_utils") {
cfi = true
cfi_cross_dso = true
debug = false
blocklist = "../cfi_blocklist.txt"
}
external_deps = [