mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2025-02-17 10:39:09 +00:00
delete Copyright of asan.options
Signed-off-by: tanding <tanding1@huawei.com>
This commit is contained in:
parent
670f00c5a8
commit
7f1f458e19
6
OAT.xml
6
OAT.xml
@ -62,6 +62,12 @@ Note: If the text contains special characters, please escape them according to t
|
||||
<filefilterlist>
|
||||
<filefilter name="defaultFilter" desc="Files not to check">
|
||||
<filteritem type="filename" name="*.hap|*.rpk" desc="valid and invalid bundle files for tests"/>
|
||||
</filefilter>
|
||||
<filefilter name="copyrightPolicyFilter" desc="Files not to compatibility, license header policies">
|
||||
<filteritem type="filename" name="asan.options" desc="file type not support comment"/>
|
||||
</filefilter>
|
||||
<filefilter name="defaultPolicyFilter" desc="Files not to compatibility, license header policies">
|
||||
<filteritem type="filename" name="asan.options" desc="file type not support comment"/>
|
||||
</filefilter>
|
||||
</filefilterlist>
|
||||
</oatconfig>
|
||||
|
13
asan.options
13
asan.options
@ -1,16 +1,3 @@
|
||||
# Copyright (c) 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.
|
||||
|
||||
quarantine_size_mb=64
|
||||
max_redzone=2048
|
||||
thread_local_quarantine_size_kb=256
|
||||
|
Loading…
x
Reference in New Issue
Block a user