summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-05 22:26:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-05 22:26:30 +0000
commit8f73e1ad049b98dbd13deccb1c106622b13c134b (patch)
tree446f19f8be7c9f188f422b6279cb67ac69352a11
parentf4c2c3022b054a90b8b7c4d0e6468722013a1d67 (diff)
parente7c0c265ec2c61547a1b91b412464e0e8db9df80 (diff)
downloadchips-8f73e1ad049b98dbd13deccb1c106622b13c134b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/chips am: fd344275f5 am: e7c0c265ec
Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/chips/+/1575484 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If59b0686553d79751d07f60085c6056c12c22e9c
-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",