summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-04-21 20:19:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-21 20:19:42 +0000
commit8d575199e11a38f7917a8761a19c993395788e3f (patch)
tree13ec2957bb94841566823db70182cb65d4685074
parent621a8ad34c2c835c09245305caec025df759707b (diff)
parentc3be05c5eb73ff9d4293d7232c00c4fc9391bb39 (diff)
downloadSampleLocationAttribution-8d575199e11a38f7917a8761a19c993395788e3f.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/SampleLocationAttribution am: 6d7a56d4b4 am: 2036c2ed0e am: 352b31d43b am: c3be05c5eb
Original change: https://android-review.googlesource.com/c/platform/packages/apps/SampleLocationAttribution/+/1682289 Change-Id: I8a7ee94e42bb824137d722d3a39ae5f3f3e3e0ff
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index acc21e4..dbf609b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,6 +19,8 @@ LOCAL_PRODUCT_MODULE := true
# Name of the APK to build
LOCAL_PACKAGE_NAME := SampleLocationAttribution
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
+LOCAL_LICENSE_CONDITIONS := notice
# Tell it to build an APK
include $(BUILD_PACKAGE)