delete Copyright of asan.options

Signed-off-by: tanding <tanding1@huawei.com>
This commit is contained in:
tanding 2023-03-02 18:01:14 +08:00
parent 670f00c5a8
commit 7f1f458e19
2 changed files with 6 additions and 13 deletions

View File

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

View File

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