aboutsummaryrefslogtreecommitdiff
path: root/generator/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'generator/Android.bp')
-rw-r--r--generator/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/generator/Android.bp b/generator/Android.bp
index aa94f65..cd7516c 100644
--- a/generator/Android.bp
+++ b/generator/Android.bp
@@ -1,3 +1,13 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_nanopb-c_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ // SPDX-license-identifier-MIT
+ default_applicable_licenses: ["external_nanopb-c_license"],
+}
+
python_binary_host {
name: "protoc-gen-nanopb",
main: "nanopb_generator.py",