From 621be0f47cd35ccd6a87443221966e5f072fa957 Mon Sep 17 00:00:00 2001 From: Rick Chen Date: Thu, 21 Jul 2022 16:52:14 +0800 Subject: [PATCH] Disable USF modules. Bug: 238272499 Test: Compile pass. Signed-off-by: Rick Chen Change-Id: I6bfcd9fb936e865424a082a8eb1e28bff0f6d0a6 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 05e67dcb..e0ec9f3f 100644 --- a/device.mk +++ b/device.mk @@ -891,7 +891,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk) #$(call inherit-product-if-exists, hardware/google_devices/zuma/zuma.mk) #$(call inherit-product-if-exists, vendor/google_devices/common/exynos-vendor.mk) #$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4375/device-bcm.mk) -$(call inherit-product-if-exists, vendor/google/sensors/usf/android/usf_efw_product.mk) +#$(call inherit-product-if-exists, vendor/google/sensors/usf/android/usf_efw_product.mk) $(call inherit-product-if-exists, vendor/google/services/LyricCameraHAL/src/build/device-vendor.mk) $(call inherit-product-if-exists, vendor/google/camera/devices/whi/device-vendor.mk)