avicii: Add support for OnePlus Camera & Gallery

* Apps repo: https://gitlab.com/Sanju0910/vendor_oneplus_apps

Co-authored-by: cjh1249131356 <cjh1249131356@gmail.com>
This commit is contained in:
Sanju0910
2022-08-16 18:30:30 +08:00
committed by psavarmattas
parent bc2f1a5993
commit a93459d56b
8 changed files with 105 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \
android.hardware.camera.provider@2.4-service_64 \
libcamera_metadata_shim \
libcamera2ndk_vendor \
vendor.qti.hardware.camera.postproc@1.0.vendor
PRODUCT_COPY_FILES += \
@@ -507,5 +508,8 @@ PRODUCT_PACKAGES += \
PRODUCT_BOOT_JARS += \
WfdCommon
# Inherit from the OnePlus Apps makefile.
$(call inherit-product, vendor/oneplus/apps/config.mk)
# Inherit from the proprietary files makefile.
$(call inherit-product, vendor/oneplus/avicii/avicii-vendor.mk)