From 39d190e7c3c6462206e19fc637f312f55c00bd5f Mon Sep 17 00:00:00 2001 From: Jim Tang Date: Tue, 4 Jun 2024 15:20:13 +0800 Subject: [PATCH] Add license metadata declaration in device/generic/goldfish Bug: 343823190 Test: presubmit Change-Id: I112061067ff7cb6dc6894a798dc4edf51918b5ea --- core/tasks/meta-lic.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/core/tasks/meta-lic.mk b/core/tasks/meta-lic.mk index c41de63b0a..17c76af675 100644 --- a/core/tasks/meta-lic.mk +++ b/core/tasks/meta-lic.mk @@ -147,3 +147,24 @@ $(eval $(call declare-1p-copy-files,hardware/google/camera,)) # Moved here from hardware/interfaces/tv/Android.mk $(eval $(call declare-1p-copy-files,hardware/interfaces/tv,tuner_vts_config_1_0.xml)) $(eval $(call declare-1p-copy-files,hardware/interfaces/tv,tuner_vts_config_1_1.xml)) + +# Moved here from device/generic/goldfish/Android.mk +$(eval $(call declare-1p-copy-files,device/generic/goldfish/data,)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish/input,)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish/wifi,)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish/camera,)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,hals.conf)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,init.qemu-adb-keys.sh)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,init.system_ext.rc)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,.json)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,ueventd.rc)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,wpa_supplicant.conf)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,media_profiles_V1_0.xml)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,init.ranchu.rc)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,fstab.ranchu)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,display_settings.xml)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,display_settings_freeform.xml)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,device_state_configuration.xml)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,init.ranchu-core.sh)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,init.ranchu-net.sh)) +$(eval $(call declare-1p-copy-files,device/generic/goldfish,audio_policy_configuration.xml))