From d0303364c76a4f659adc6c09fd9ac2eed56d6588 Mon Sep 17 00:00:00 2001 From: belong326 Date: Fri, 29 Nov 2024 16:51:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90OAT=E3=80=91=E3=80=90114=5Ftrunk?= =?UTF-8?q?=E3=80=91OAT=E5=91=8A=E8=AD=A6=E6=B8=85=E9=9B=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: belong326 --- LICENSE | 33 +---------------- OAT.xml | 90 +++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 ++++++ 3 files changed, 102 insertions(+), 32 deletions(-) create mode 100644 OAT.xml create mode 100644 README.OpenSource diff --git a/LICENSE b/LICENSE index adb3c75..7a4a3ea 100644 --- a/LICENSE +++ b/LICENSE @@ -199,35 +199,4 @@ 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. - -================================== -BSD -================================== - -Copyright (C) 2016-2018 The Android Open Source Project -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - * -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS -OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - + limitations under the License. \ No newline at end of file diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 0000000..bb7cf1c --- /dev/null +++ b/OAT.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..914ae87 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "libunwindstack", + "License": "Apache-2.0", + "License File": "LICENSE", + "Version Number": "6868358481bb1e5e20d155c1084dc436c88b5e6b", + "Owner": "huangjiewen2@huawei.com", + "Upstream URL": "https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git@6868358481bb1e5e20d155c1084dc436c88b5e6b", + "Description": "第三方软件libunwindstack,可以很方便的获取函数栈中的内容,极大的方便了对函数间调用关系的了解" + } +] \ No newline at end of file -- Gitee From 64fc3e3d1b02d1b6f24c28207bd10c87754b9f49 Mon Sep 17 00:00:00 2001 From: belong326 Date: Tue, 10 Dec 2024 12:03:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0oat=E8=A6=8F=E5=89=87?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: belong326 --- OAT.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/OAT.xml b/OAT.xml index bb7cf1c..9ba4a2f 100644 --- a/OAT.xml +++ b/OAT.xml @@ -61,9 +61,6 @@ used to filter file path. - - - -- Gitee