uwb: move calibrations to device specific folder
The UWB calibration files were previously copied from the Qorvo area. They are now copied from the device specific folder. Bug: 296108382 Bug: 296108391 Test: local build passed Change-Id: I2c632deb894b99662b2d23d8f8a79ae5ba9d95ec Signed-off-by: Hasan Awais <hasanawais@google.com>
This commit is contained in:
parent
23f28d6f8f
commit
9a067f2c74
13 changed files with 876 additions and 147 deletions
|
@ -13,9 +13,13 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
LOCAL_UWB_CAL_DIR=device/google/shusky/uwb
|
||||
PRODUCT_PACKAGES += \
|
||||
configuration.conf \
|
||||
calibration.conf \
|
||||
calibration-default.conf \
|
||||
calibration-CE.conf \
|
||||
calibration-FCC.conf \
|
||||
calibration-JP.conf \
|
||||
calibration-TW.conf \
|
||||
calibration-RESTRICTED.conf
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/UWB-calibration.conf \
|
||||
$(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/UWB-calibration-unknown.conf \
|
||||
$(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/UWB-calibration-default.conf \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue