diff options
author | Isaac Chen <tingyi364@gmail.com> | 2019-07-29 11:35:50 +0200 |
---|---|---|
committer | Isaac Chen <tingyi364@gmail.com> | 2019-09-01 16:44:11 +0200 |
commit | 90ce7841f6b2822afbff1182e079b2af62a14946 (patch) | |
tree | 8b4f37e23b1abf123e7722034ab083bfe7ab1ad1 /properties.mk | |
parent | 9e03819eb08603340b1f3fb031b81078f211582c (diff) |
wayne-common: Enable HAL3 for camera
* Also use api2 for Snap
Signed-off-by: Isaac Chen <tingyi364@gmail.com>
Change-Id: I62b4c3d7c032c0228e686f296f72f971ca3a977a
Diffstat (limited to 'properties.mk')
-rw-r--r-- | properties.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/properties.mk b/properties.mk index 7c52455..d28a484 100644 --- a/properties.mk +++ b/properties.mk @@ -50,7 +50,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \ camera.aux.packagelist=org.codeaurora.snapcam,com.android.camera,com.qualcomm.qti.qmmi \ persist.vendor.bokeh.switch.lux=290 \ - persist.vendor.camera.HAL3.enabled=0 \ + persist.vendor.camera.HAL3.enabled=1 \ persist.vendor.camera.depth.focus.cb=0 \ persist.vendor.camera.exif.make=Xiaomi \ persist.vendor.camera.expose.aux=1 \ |