Set camera extension package to Google package

Change-Id: I519ebf8a1e2a9d06561471206c91c01b352ebd47
This commit is contained in:
Nolen Johnson 2021-11-23 15:05:41 -05:00 committed by Michael Bestas
parent fae23b8d62
commit a346b6de0c
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -7,6 +7,11 @@
# Overlays # Overlays
DEVICE_PACKAGE_OVERLAYS += device/google/gs101/overlay-lineage DEVICE_PACKAGE_OVERLAYS += device/google/gs101/overlay-lineage
# Camera
PRODUCT_PRODUCT_PROPERTIES += \
ro.vendor.camera.extensions.package=com.google.android.apps.camera.services \
ro.vendor.camera.extensions.service=com.google.android.apps.camera.services.extensions.service.PixelExtensions
# EUICC # EUICC
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
EuiccSupportPixelOverlay EuiccSupportPixelOverlay