From 193c85c4efd2dfbb98ca2d27d9ed44a0b2ff50c0 Mon Sep 17 00:00:00 2001 From: Victor Liu Date: Tue, 19 Oct 2021 14:20:12 -0700 Subject: [PATCH] move uwb feature to system_ext this prevents the gsi device from starting uwb Bug: 203052451 Test: nearby-share on uwb device Signed-off-by: Victor Liu Change-Id: Iec21b82dfd79849b2d949f696e59d64f0487edad --- uwb/uwb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwb/uwb.mk b/uwb/uwb.mk index be2f6d24..a89cc76d 100644 --- a/uwb/uwb.mk +++ b/uwb/uwb.mk @@ -17,4 +17,4 @@ $(call inherit-product-if-exists, vendor/qorvo/uwb/uwb.mk) PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.uwb.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.uwb.xml + frameworks/native/data/etc/android.hardware.uwb.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/android.hardware.uwb.xml