diff options
Diffstat (limited to 'libnativeloader/Android.bp')
-rw-r--r-- | libnativeloader/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libnativeloader/Android.bp b/libnativeloader/Android.bp index 993e5d59e6..70f89ffe28 100644 --- a/libnativeloader/Android.bp +++ b/libnativeloader/Android.bp @@ -1,5 +1,14 @@ // Shared library for target // ======================================================== +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"], +} + cc_defaults { name: "libnativeloader-defaults", defaults: ["art_defaults"], |