o6r4: include udfps.mk

Bug: 183247684
Test: lunch oriole-userdebug; make -j$(nproc);
Test: lunch passport-userdebug; make -j$(nproc)
Change-Id: Ic3ba18142fd97f6eae751e6ce06eb48e47bb1c73
This commit is contained in:
Kris Chen 2021-03-20 08:45:22 +08:00 committed by TreeHugger Robot
parent 9a9d0243ae
commit f4f957aa94
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ $(call inherit-product-if-exists, vendor/google/camera/devices/raviole/oriole/de
DEVICE_PACKAGE_OVERLAYS += device/google/raviole/oriole/overlay
include device/google/gs101/device-shipping-common.mk
include device/google/gs101/fingerprint/udfps.mk
include device/google/raviole/audio/oriole/audio-tables.mk
include hardware/google/pixel/vibrator/cs40l25/device.mk

View file

@ -26,6 +26,7 @@ $(call inherit-product-if-exists, vendor/google/camera/devices/raviole/raven/dev
DEVICE_PACKAGE_OVERLAYS += device/google/raviole/raven/overlay
include device/google/gs101/device-shipping-common.mk
include device/google/gs101/fingerprint/udfps.mk
ifeq ($(filter factory_raven, $(TARGET_PRODUCT)),)
include device/google/gs101/uwb/uwb.mk
endif