summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-05 21:48:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-05 21:48:29 +0000
commite7c0c265ec2c61547a1b91b412464e0e8db9df80 (patch)
tree2dc7a92f9df0c08c040483381e98b54c0c499a75
parent6cf6e369ce9a5ccfded455b1a7cceb057a2c5ed4 (diff)
parentfd344275f551a88eae99e741ca56728e919e52d4 (diff)
downloadchips-e7c0c265ec2c61547a1b91b412464e0e8db9df80.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/chips am: fd344275f5
Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/chips/+/1575484 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id6e41242510cb840b0a66d372c49e641fcf9728c
-rw-r--r--Android.bp4
-rw-r--r--sample/Android.bp4
-rw-r--r--tests/Android.bp4
3 files changed, 12 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index afa528c..e0a12cc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_library {
name: "libchips",
static_libs: [
diff --git a/sample/Android.bp b/sample/Android.bp
index 72da660..8a4e723 100644
--- a/sample/Android.bp
+++ b/sample/Android.bp
@@ -15,6 +15,10 @@
//#################################################
// Build APK
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "libChipsSample",
diff --git a/tests/Android.bp b/tests/Android.bp
index cba57fa..ef86046 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_test {
name: "libChipsTests",