Skip to content

Commit

Permalink
miuicamera: Add required system props
Browse files Browse the repository at this point in the history
  • Loading branch information
rayavanindra committed Aug 17, 2024
1 parent 5b1bf2c commit 12ba692
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BoardConfigMiuiCamera.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@

# Inherit from the proprietary version
include vendor/xiaomi/miuicamera/common/BoardConfigVendor.mk

MIUICAMERA_PATH := vendor/xiaomi/miuicamera

# Properties
TARGET_SYSTEM_PROP += $(MIUICAMERA_PATH)/system.prop
11 changes: 11 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Framework allowlists
persist.vendor.camera.privapp.list=com.android.camera
vendor.camera.aux.packagelist=com.android.camera

# Google Lens
ro.com.google.lens.oem_camera_package=com.android.camera

# MiuiCamera
ro.miui.build.region=in
ro.miui.notch=1
ro.product.mod_device=_global

0 comments on commit 12ba692

Please sign in to comment.