summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhao Wei Liew <zhaoweiliew@gmail.com>2016-02-10 20:29:28 +0800
committerZhao Wei Liew <zhaoweiliew@gmail.com>2016-02-15 17:46:56 +0800
commit54f376d4c493ab3d0de0a1c7ff3b987d1ca8515c (patch)
treecb614f79a05ce51282d6ba9bdfe991043a39ef1a
parent0f948735bd139ad33d3bf142de8c3102bdd5edd4 (diff)
flo: Build Snap camera
This is more optimized and has more features than the stock Camera2. Change-Id: Id93d1558063ee544bc9cfcd724f72db49a363346
-rw-r--r--device-common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk
index 1a300eb..30eb367 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -200,10 +200,12 @@ PRODUCT_COPY_FILES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.qualcomm.bt.hci_transport=smd
+# Camera
PRODUCT_PACKAGES += \
libmmcamera_interface2 \
libmmcamera_interface \
- libqomx_core
+ libqomx_core \
+ Snap
PRODUCT_PACKAGES += \
mm-vdec-omx-test \