Merge "Declare license metadata for copied files."

This commit is contained in:
Bob Badour 2022-02-15 05:13:49 +00:00 committed by Gerrit Code Review
commit d52dd08acb

View File

@ -15,6 +15,14 @@
#
LOCAL_PATH := $(call my-dir)
$(eval $(call declare-1p-copy-files,frameworks/base,.ogg))
$(eval $(call declare-1p-copy-files,frameworks/base,.kl))
$(eval $(call declare-1p-copy-files,frameworks/base,.kcm))
$(eval $(call declare-1p-copy-files,frameworks/base,.idc))
$(eval $(call declare-1p-copy-files,frameworks/base,dirty-image-objects))
$(eval $(call declare-1p-copy-files,frameworks/base/config,))
$(eval $(call declare-1p-copy-files,frameworks/native/data,))
# Load framework-specific path mappings used later in the build.
include $(LOCAL_PATH)/pathmap.mk