diff --git a/arrow.dependencies b/arrow.dependencies index f92f76864..55e8a082d 100644 --- a/arrow.dependencies +++ b/arrow.dependencies @@ -4,5 +4,11 @@ "repository": "arrowos-project/android_prebuilts_clang_host_linux-x86_clang-r437112b", "target_path": "prebuilts/clang/host/linux-x86/clang-r437112b", "branch": "master" + }, + { + "remote": "github", + "repository": "SonalSingh18/vendor_xiaomi_miuicamera", + "target_path": "vendor/xiaomi/miuicamera", + "branch": "master" } ] diff --git a/common.mk b/common.mk index 9b223740c..48707f1b2 100644 --- a/common.mk +++ b/common.mk @@ -296,6 +296,9 @@ PRODUCT_COPY_FILES += \ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml +# MiuiCamera +$(call inherit-product-if-exists, vendor/xiaomi/miuicamera/config.mk) + # Network PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml