aboutsummaryrefslogtreecommitdiff
path: root/bcinfo/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'bcinfo/Android.bp')
-rw-r--r--bcinfo/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/bcinfo/Android.bp b/bcinfo/Android.bp
index c05286e..95f7f0d 100644
--- a/bcinfo/Android.bp
+++ b/bcinfo/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 "frameworks_compile_libbcc_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-NCSA
+ default_applicable_licenses: ["frameworks_compile_libbcc_license"],
+}
+
cc_library_shared {
name: "libbcinfo",
vendor_available: true,