Skip to content

Commit

Permalink
sm6250-common: Inherit MiuiCamera
Browse files Browse the repository at this point in the history
Signed-off-by: Sonal Singh <sonal.singh.19993@gmail.com>
  • Loading branch information
SonalSingh18 committed Aug 10, 2022
1 parent 5d36505 commit 6e5ced4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arrow.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
3 changes: 3 additions & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e5ced4

Please sign in to comment.