Convert device/sample/Android.mk to Android.bp

Move the work of `declare-1p-copy-files` from
`device/sample/Android.mk` to `build/core/task/meta-lic.mk`

Bug: 309885432
Test: CIs
Change-Id: I11ab4289d73d518df2e4b53429fdcad5e80f1e78
This commit is contained in:
Nelson Li
2024-04-01 06:08:24 +00:00
parent 85bd1e671e
commit f4a7ad1947

View File

@@ -14,6 +14,9 @@
# Declare license metadata for non-module files released with products.
# Moved here from device/sample/Android.mk
$(eval $(call declare-1p-copy-files,device/sample,))
# Moved here from frameworks/av/media/Android.mk
$(eval $(call declare-1p-copy-files,frameworks/av/media/libeffects,audio_effects.conf))
$(eval $(call declare-1p-copy-files,frameworks/av/media/libeffects,audio_effects.xml))