Add new notice file build logic

BUG: 223289891

Change-Id: I43ea97ee034a00ae1b526d18aaa017520e50c433
Merged-in: I43ea97ee034a00ae1b526d18aaa017520e50c433
This commit is contained in:
Bill Yi
2022-03-08 14:00:28 -08:00
committed by Bob Badour
parent 01b1c623c4
commit edcbfa0460

View File

@@ -1,5 +1,9 @@
LOCAL_PATH := $(call my-dir)
$(eval $(call declare-copy-files-license-metadata,vendor/qcom/redfin,:qcom,legacy_proprietary,proprietary,vendor/qcom/redfin/LICENSE,))
$(eval $(call declare-copy-files-license-metadata,vendor/qcom/redfin,.jar,legacy_proprietary,proprietary,vendor/qcom/redfin/LICENSE,))
$(eval $(call declare-copy-files-license-metadata,vendor/qcom/redfin,.xml,legacy_proprietary,proprietary,vendor/qcom/redfin/LICENSE,))
ifneq ($(filter redfin, $(TARGET_DEVICE)),)
include $(CLEAR_VARS)
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)