summaryrefslogtreecommitdiff
path: root/build/Android.cpplint.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/Android.cpplint.mk')
-rw-r--r--build/Android.cpplint.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Android.cpplint.mk b/build/Android.cpplint.mk
index 964a4c896f..af446ffe17 100644
--- a/build/Android.cpplint.mk
+++ b/build/Android.cpplint.mk
@@ -67,6 +67,9 @@ $(foreach file, $(ART_CPPLINT_SRC), $(eval $(call declare-art-cpplint-target,$(f
include $(CLEAR_VARS)
LOCAL_MODULE := cpplint-art-phony
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
+LOCAL_LICENSE_CONDITIONS := notice
+LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../NOTICE
LOCAL_MODULE_TAGS := optional
LOCAL_ADDITIONAL_DEPENDENCIES := $(ART_CPPLINT_TARGETS)
include $(BUILD_PHONY_PACKAGE)