Commit graph

2 commits

Author SHA1 Message Date
Cole Faust
e4dd513cc5 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: I29bf9d51e7341643e441fa7e1f43a6b4f9af84f0
2023-10-06 15:57:36 -07:00
Rex Lin
b2190f7377 uwb: update T6P calibration file base on T6 PRD
[Default]
/vendor/etc/uwb/UWB-calibration.conf
/vendor/etc/uwb/UWB-calibration-unknown.conf
/vendor/etc/uwb/UWB-calibration-default.conf

[FCC]
UWB-calibration-us.conf
UWB-calibration-ca.conf

[CE]
/vendor/etc/uwb/UWB-calibration-de.conf
/vendor/etc/uwb/UWB-calibration-fr.conf
/vendor/etc/uwb/UWB-calibration-it.conf
/vendor/etc/uwb/UWB-calibration-es.conf
/vendor/etc/uwb/UWB-calibration-nl.conf
/vendor/etc/uwb/UWB-calibration-se.conf
/vendor/etc/uwb/UWB-calibration-no.conf
/vendor/etc/uwb/UWB-calibration-dk.conf
/vendor/etc/uwb/UWB-calibration-au.conf
/vendor/etc/uwb/UWB-calibration-uk.conf

[JP]
/vendor/etc/uwb/UWB-calibration-jp.conf

Bug: 254602083
Test: local verified pass
Change-Id: Ibf105390aea6cccf8e796b1cc83cb3fc804f346a
Signed-off-by: Rex Lin <rexcylin@google.com>
2023-01-06 17:14:03 +08:00