Add new notice file build logic

BUG: 223289891
Change-Id: Id622927dc17f40536c60ce9f61ef11531303babc
This commit is contained in:
Bill Yi
2022-03-08 13:53:59 -08:00
parent beca8ab2f0
commit 3f3f3338af

View File

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