aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:48:44 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:48:44 +0000
commit5f3966236beb482f20edca4de60b4fe141c67427 (patch)
treeed33129c61836a437584deab1f52df6d21532060
parentd1b1cb1817eefd18b97ffee9afce2f51c0fccfa1 (diff)
parent93d979c33a1f6978bb03c7961198a8ad65a04a8e (diff)
downloadlua-android12-mainline-extservices-release.tar.gz
Change-Id: Ib7e246bd130a17efe8f9fca4cdf14f4550181aee
-rw-r--r--Android.bp22
l---------NOTICE1
2 files changed, 21 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index dfa614c..c993d57 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_lua_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_lua_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_library_static {
name: "liblua",
sdk_version: "current",
@@ -20,7 +37,10 @@ cc_library_static {
"//apex_available:platform",
"com.android.extservices",
],
- visibility: ["//external/libtextclassifier:__subpackages__"],
+ visibility: [
+ "//external/libtextclassifier:__subpackages__",
+ "//packages/services/Car/cpp/telemetry:__subpackages__",
+ ],
}
filegroup {
diff --git a/NOTICE b/NOTICE
deleted file mode 120000
index 7a694c9..0000000
--- a/NOTICE
+++ /dev/null
@@ -1 +0,0 @@
-LICENSE \ No newline at end of file