From c92e5a22db5ec29781166a821580213f9e328c19 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 9 Feb 2022 10:07:30 -0800 Subject: [PATCH] Declare license metadata for copied files. Bug: 151177513 Test: m all dist reportmissinglicenses Change-Id: I1ca40c2f26633f23583ac4af10437503f458c4d2 --- Android.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Android.mk b/Android.mk index 46529eb64657..d9e202c9305c 100644 --- a/Android.mk +++ b/Android.mk @@ -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