uwb: install UWB test apk on HK3 non-user build

Bug: 275456664
Test: local verified pass
Change-Id: If87e0dc4c5d152c7a90cd527452d716536fa8cac
Signed-off-by: Rex Lin <rexcylin@google.com>
This commit is contained in:
Rex Lin 2023-04-10 15:35:23 +08:00
parent 469dad51fb
commit f6ab97c38d

View file

@ -17,6 +17,10 @@
TARGET_KERNEL_DIR ?= device/google/shusky-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
USE_UWBFIELDTESTQM := true
endif
$(call inherit-product-if-exists, vendor/google_devices/shusky/prebuilts/device-vendor-husky.mk)
$(call inherit-product-if-exists, vendor/google_devices/zuma/prebuilts/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/zuma/proprietary/device-vendor.mk)