diff options
Diffstat (limited to 'native/android')
-rw-r--r-- | native/android/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/native/android/Android.bp b/native/android/Android.bp index 253ef679a879..9566b9242fc7 100644 --- a/native/android/Android.bp +++ b/native/android/Android.bp @@ -13,6 +13,15 @@ // limitations under the License. // The headers module is in frameworks/native/Android.bp. +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "frameworks_base_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["frameworks_base_license"], +} + ndk_library { name: "libandroid", symbol_file: "libandroid.map.txt", |