summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}