lemonadep: overlay: Configure aux camera for Aperture

Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
This commit is contained in:
LuK1337 2022-10-31 21:59:52 +01:00 committed by Bruno Martins
parent ebf4e54ccf
commit cea1729447
2 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,9 @@ TARGET_SCREEN_HEIGHT := 2376
TARGET_SCREEN_WIDTH := 1080 TARGET_SCREEN_WIDTH := 1080
# Overlays # Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay-lineage
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
OPlusFrameworksResTarget \ OPlusFrameworksResTarget \
OPlusSettingsProviderResTarget \ OPlusSettingsProviderResTarget \

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Enable auxiliary cameras selector. -->
<bool name="config_enableAuxCameras">true</bool>
</resources>