summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:24:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:24:53 +0000
commit4bfe031500b2b0a343467befab85bb06b2d89e71 (patch)
treeeddf67b4d77826c20ffe2c52918c5abb84725871
parentc9165f0cb184fcaf6888b7921b55033e8b50836c (diff)
parent95ed424dd4cdeca1f245315e641c573ea8fcba94 (diff)
downloadpower-android13-mainline-os-statsd-release.tar.gz
Change-Id: Iab64ba86605f767bb870a44cb648f84a268b4e99
-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 37a302f..61a5bda 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,8 @@ ifneq ($(TARGET_BOARD_AUTO),true)
power.c \
LOCAL_MODULE:= power.$(TARGET_BOARD_PLATFORM)
+ LOCAL_LICENSE_KINDS:= SPDX-license-identifier-Apache-2.0
+ LOCAL_LICENSE_CONDITIONS:= notice
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -Wno-unused-parameter
include $(BUILD_SHARED_LIBRARY)
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
+}