commit | 4a96299e453e87de9cdaa6bcae451c952212f310 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Fri Oct 06 15:04:01 2023 -0700 |
committer | Cole Faust <colefaust@google.com> | Tue Oct 10 23:17:46 2023 -0700 |
tree | 016a2d8bb4bb4ff8c82b05ff9333efbdd621848c | |
parent | 90d20c3c3d23de8b33a28cd3ec167a9e746dc798 [diff] |
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: Ib1b1bddd440f6e36daf81da6e51b42706c098ee8