sm8150-common: relocate camera prop

* fixes [    2.094340] init: Do not have permissions to set 'persist.vendor.camera.privapp.list' to 'com.oneplus.camera' in property file '/vendor/build.prop'

Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
This commit is contained in:
Omkar Chandorkar 2021-05-24 09:39:05 +00:00
parent 69d5120e21
commit 8f8c281773
No known key found for this signature in database
GPG Key ID: 95A33FD984777F70
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,9 @@ vendor.bluetooth.soc=cherokee
persist.vendor.bt.a2dp.aac_whitelist=false persist.vendor.bt.a2dp.aac_whitelist=false
ro.bluetooth.library_name=libbluetooth_qti.so ro.bluetooth.library_name=libbluetooth_qti.so
# Camera
persist.vendor.camera.privapp.list=com.oneplus.camera
# Charger # Charger
ro.charger.enable_suspend=true ro.charger.enable_suspend=true

View File

@ -61,7 +61,6 @@ persist.vendor.qcom.bluetooth.twsp_state.enabled=false
ro.bluetooth.a2dp_offload.supported=true ro.bluetooth.a2dp_offload.supported=true
# Camera # Camera
persist.vendor.camera.privapp.list=com.oneplus.camera
ro.vendor.camera.res.fmq.size=1048576 ro.vendor.camera.res.fmq.size=1048576
vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.oneplus.factorymode,com.oneplus.camera,com.oneplus.healthcheck vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.oneplus.factorymode,com.oneplus.camera,com.oneplus.healthcheck
log.tag.CHIUSECASE=ERROR log.tag.CHIUSECASE=ERROR