summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:24:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:24:36 +0000
commit2c946303c77caef6c80b364b68f84837209d6d86 (patch)
tree95adc25ab3574e2b4fb37d4554ae327015cecc5a
parentecfe142948adf4f82083d7333b6c778f3993842b (diff)
parentf72628c92a978a647a07759f5b4d6554e1e6cf86 (diff)
downloadkeymaster-android13-mainline-os-statsd-release.tar.gz
Change-Id: Ia3e89802f7e17a7e6c79c8b006ab2fb9e2121556
-rw-r--r--Android.mk2
-rw-r--r--METADATA3
2 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 217c528..ed0e05d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,6 +12,8 @@ endif
include $(CLEAR_VARS)
LOCAL_MODULE := keystore.$(TARGET_BOARD_PLATFORM)
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
+LOCAL_LICENSE_CONDITIONS := notice
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}