summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:09:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:09:03 +0000
commit1b51c37da7eca1d920ac1847a6e75455da8df6c1 (patch)
tree95adc25ab3574e2b4fb37d4554ae327015cecc5a
parentecfe142948adf4f82083d7333b6c778f3993842b (diff)
parentf72628c92a978a647a07759f5b4d6554e1e6cf86 (diff)
downloadkeymaster-android13-mainline-media-swcodec-release.tar.gz
Change-Id: I57bffe021a85b8384d9908813875d7c274d90fa9
-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
+}