Commit graph

2 commits

Author SHA1 Message Date
Cole Faust
4e3ea6e815 Use PRODUCT_COPY_FILES to install uwb country files
Previously, these files were installed with a custom $(shell) command
in an Android.mk file. This doesn't let the build system know that
these files exist, and breaks hermetic partition builds.

Instead, install them with PRODUCT_COPY_FILES, and add a check that
the list is up-to-date.

Bug: 205632228
Test: Presubmits
Change-Id: Id43164ae2a106d6d384cd90b2f4191e53b3d34da
2023-10-06 15:05:07 -07:00
Rex Lin
e79a75336d uwb: add country conf file for F10
Bug: 247633734
Test: Verified with local build
Signed-off-by: Rex Lin <rexcylin@google.com>
Change-Id: I93d5afc09167e45c307ed131c28ce07d3c671e1a
2022-10-19 14:38:42 +08:00