summaryrefslogtreecommitdiff
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 18:06:25 -0800
committerBob Badour <bbadour@google.com>2021-02-12 18:06:25 -0800
commit045391306dc6d9fd16a40af612df0400def0e865 (patch)
treef359ae168a12d512eef003097bb0eb1ccf40ca44 /libunwindstack/Android.bp
parentda5e61bb3a462cfa83030e49453cb4047033751c (diff)
downloadunwinding-045391306dc6d9fd16a40af612df0400def0e865.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/unwinding
Added SPDX-license-identifier-Apache-2.0 to: libbacktrace/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: Android.bp libunwindstack/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ied8749b07ac2ddd981711286a2873aa4f12e9281
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r--libunwindstack/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 290d52a..e56fb82 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -14,6 +14,16 @@
// limitations under the License.
//
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "system_unwinding_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["system_unwinding_license"],
+}
+
cc_defaults {
name: "libunwindstack_flags",