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:
parent
69d5120e21
commit
8f8c281773
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue