aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:05:05 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:05:05 +0000
commit1761fcd6a23178bccaa11df163b034f1533a2cad (patch)
treebf32099eeded9fa1f1ba42f3b20920fdc307d962
parentc3d40f8e8b5627eb2ef72756bc7e71f73e308774 (diff)
parent05b67532becd7f8329723a81207d3996fb85c6de (diff)
downloadstrace-android12-d1-s2-release.tar.gz
Change-Id: Ic98de3cc10155ae5e92f41f03a37c1d444bc6c85
-rw-r--r--Android.bp33
1 files changed, 18 insertions, 15 deletions
diff --git a/Android.bp b/Android.bp
index f3ac51ec..801cffa3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,18 +1,21 @@
-//
-// Copyright (C) 2006 The Android Open Source Project
-//
-// 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.
-//
+package {
+ default_applicable_licenses: ["external_strace_license"],
+}
+
+license {
+ name: "external_strace_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ "SPDX-license-identifier-FSFAP",
+ "SPDX-license-identifier-MIT",
+ "legacy_notice",
+ "legacy_unencumbered",
+ ],
+ license_text: [
+ "COPYING",
+ ],
+}
cc_binary {