summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-18 23:43:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-18 23:43:49 +0000
commit85b027843305c38748eeff07e79f864e58475582 (patch)
treeeddf67b4d77826c20ffe2c52918c5abb84725871
parent037d6451c31dcb49530b7f2f087ea0b6c31bfa23 (diff)
parent9081b198817b1cc8cc2e821fd2c154745bd62644 (diff)
downloadpower-85b027843305c38748eeff07e79f864e58475582.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/power"
-rw-r--r--Android.mk2
1 files changed, 2 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)