device: don't build uwb

disable uwb for raven to prevent runtime crash

Bug: 184705689
Change-Id: I3dee912f79e22db3c6fafaea90dde8eb48b110d3
This commit is contained in:
Victor Liu 2021-04-07 11:28:43 -07:00
parent 1f4bfe4da9
commit 7357dbcb59

View file

@ -27,9 +27,6 @@ DEVICE_PACKAGE_OVERLAYS += device/google/raviole/raven/overlay
include device/google/gs101/device-shipping-common.mk include device/google/gs101/device-shipping-common.mk
include device/google/gs101/fingerprint/udfps.mk include device/google/gs101/fingerprint/udfps.mk
ifeq ($(filter factory_raven, $(TARGET_PRODUCT)),)
include device/google/gs101/uwb/uwb.mk
endif
include device/google/raviole/audio/raven/audio-tables.mk include device/google/raviole/audio/raven/audio-tables.mk
include hardware/google/pixel/vibrator/cs40l25/device.mk include hardware/google/pixel/vibrator/cs40l25/device.mk