Snap for 9258794 from 33234acb13 to udc-release

Change-Id: Ibcc3b88f3838d1724440ab50da216056126dacf6
This commit is contained in:
Android Build Coastguard Worker 2022-11-05 03:07:44 +00:00
commit 3a5880ed2f
2 changed files with 10 additions and 0 deletions

View file

@ -269,3 +269,8 @@ else
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif endif
# Biometrics virtual HAL for e2e testing
PRODUCT_PACKAGES_DEBUG += \
android.hardware.biometrics.fingerprint-service.example

View file

@ -280,3 +280,8 @@ else
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif endif
# Biometrics virtual HAL for e2e testing
PRODUCT_PACKAGES_DEBUG += \
android.hardware.biometrics.fingerprint-service.example