diff options
Diffstat (limited to 'compiler/Android.bp')
-rw-r--r-- | compiler/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index f4217eb42a..2f99809fda 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -19,6 +19,15 @@ // 64bit variant. It also might be good to allow one to compile only the 64bit variant without the // 32bit one. +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "art_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["art_license"], +} + art_cc_defaults { name: "libart-compiler-defaults", defaults: ["art_defaults"], |