From 91de28dea267d8e658359359925b4d48aa4f97fa Mon Sep 17 00:00:00 2001 From: Rex Lin Date: Fri, 14 Apr 2023 11:01:11 +0800 Subject: [PATCH] uwb: install UWB test apk on RP non-user build Bug: 275456664 Test: local verified pass Change-Id: I8663c731695f2264450e5a2f536034449fef4838 Signed-off-by: Rex Lin --- device-ripcurrent.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-ripcurrent.mk b/device-ripcurrent.mk index 3286cd0..3339e6a 100644 --- a/device-ripcurrent.mk +++ b/device-ripcurrent.mk @@ -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-ripcurrent.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)