summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-19 02:25:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-19 02:25:21 +0000
commita5fe814b6a99b7759673dc6195cf2e3afb3105c3 (patch)
treeeddf67b4d77826c20ffe2c52918c5abb84725871
parent037d6451c31dcb49530b7f2f087ea0b6c31bfa23 (diff)
parenta8acaf7e30a5680bea4153d5ebb70ed1215623f0 (diff)
downloadpower-a5fe814b6a99b7759673dc6195cf2e3afb3105c3.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/power" am: 85b0278433 am: a8acaf7e30
Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/power/+/1588481 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I81f9a3a0e2eafa177ea39ad9b55c515105e85f12
-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)