summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 21:02:41 -0800
committerBob Badour <bbadour@google.com>2021-02-12 21:02:41 -0800
commit9081b198817b1cc8cc2e821fd2c154745bd62644 (patch)
treeeddf67b4d77826c20ffe2c52918c5abb84725871
parent037d6451c31dcb49530b7f2f087ea0b6c31bfa23 (diff)
downloadpower-9081b198817b1cc8cc2e821fd2c154745bd62644.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/power
Added SPDX-license-identifier-Apache-2.0 to: Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I0dc46c0b70a300f5bce37f27c5ce9098046126ce
-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)