diff options
-rw-r--r-- | libs/cputimeinstate/fuzz/cputimeinstate_fuzzer/Android.bp | 9 | ||||
-rw-r--r-- | libs/sensor/fuzz/bittube_fuzzer/Android.bp | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/libs/cputimeinstate/fuzz/cputimeinstate_fuzzer/Android.bp b/libs/cputimeinstate/fuzz/cputimeinstate_fuzzer/Android.bp index 416e34e3d2..2399acd156 100644 --- a/libs/cputimeinstate/fuzz/cputimeinstate_fuzzer/Android.bp +++ b/libs/cputimeinstate/fuzz/cputimeinstate_fuzzer/Android.bp @@ -16,6 +16,15 @@ * ***************************************************************************** */ +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "frameworks_native_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["frameworks_native_license"], +} + cc_fuzz { name: "cputimeinstate_fuzzer", srcs: [ diff --git a/libs/sensor/fuzz/bittube_fuzzer/Android.bp b/libs/sensor/fuzz/bittube_fuzzer/Android.bp index 5d8f4019a8..7af22cc7c1 100644 --- a/libs/sensor/fuzz/bittube_fuzzer/Android.bp +++ b/libs/sensor/fuzz/bittube_fuzzer/Android.bp @@ -16,6 +16,15 @@ * ***************************************************************************** */ +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "frameworks_native_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["frameworks_native_license"], +} + cc_fuzz { name: "bittube_fuzzer", srcs: [ |