usf: Include usf_product.mk for USF PDK.

Bug: 237953890
Test: Compile pass. Verified sensor list & sampling on R4.
      The validation is done both on PDK build and tm-qpr-dev build.
Signed-off-by: Rick Chen <rickctchen@google.com>
Change-Id: Iff49dc63e1a3601dd254c292504aaf32dec79687
This commit is contained in:
Rick Chen 2022-07-04 22:27:19 +08:00 committed by TreeHugger Robot
parent b73054581d
commit de29a14a9a

View file

@ -941,7 +941,11 @@ endif
#$(call inherit-product-if-exists, hardware/google_devices/gs101/gs101.mk) #$(call inherit-product-if-exists, hardware/google_devices/gs101/gs101.mk)
#$(call inherit-product-if-exists, vendor/google_devices/common/exynos-vendor.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, hardware/broadcom/wlan/bcmdhd/firmware/bcm4375/device-bcm.mk)
ifeq ($(wildcard vendor/google/sensors/usf),)
$(call inherit-product-if-exists, vendor/google_devices/gs101/proprietary/usf/usf_product.mk)
else
$(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)
endif
$(call inherit-product-if-exists, vendor/google/services/LyricCameraHAL/src/build/device-vendor.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) $(call inherit-product-if-exists, vendor/google/camera/devices/whi/device-vendor.mk)