From ba22a106b821fe2da551aabf20b8a2a8ee355844 Mon Sep 17 00:00:00 2001 From: Victor Liu Date: Wed, 7 Apr 2021 15:05:40 -0700 Subject: [PATCH] device: uwb make call vendor uwb.mk instead of specific modules Bug: 184777464 Change-Id: Iaaf9c1735449fc6d2a2212f0f32d03a5bb9b577b --- uwb/uwb.mk | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/uwb/uwb.mk b/uwb/uwb.mk index 63b8e1d0..be2f6d24 100644 --- a/uwb/uwb.mk +++ b/uwb/uwb.mk @@ -14,18 +14,7 @@ # limitations under the License. # UWB - ultra wide band -PRODUCT_PACKAGES_DEBUG += \ - wpan-mcps \ - test_data_transfer \ - iwpan \ - UwbService \ - UwbFieldTest \ - uwbservicectl \ - hardware.qorvo.uwb \ - hardware.qorvo.uwb-java \ - hardware.qorvo.uwb-service \ - haluwbctl \ - $(NULL) +$(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