summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gernoth <michael@gernoth.net>2014-06-20 14:30:01 +0200
committerHashcode <hashcode0f@gmail.com>2015-02-03 13:48:56 -0800
commit83940b01cd52352081b838af6461004f7757491a (patch)
tree475eebe5b90f4ea7b365aa88016222c5fe138717
parentb198b68d879202716945bf372944dfd9e17bd421 (diff)
downloadhardware_ti_omap4-83940b01cd52352081b838af6461004f7757491a.zip
hardware_ti_omap4-83940b01cd52352081b838af6461004f7757491a.tar.gz
hardware_ti_omap4-83940b01cd52352081b838af6461004f7757491a.tar.bz2
camera: Add 4.4.4 to versions using libjhead
Change-Id: I9053b5b632d36a8eedc12d20df833ef106e2c023
-rwxr-xr-xcamera/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/camera/Android.mk b/camera/Android.mk
index c5bf818..a37f0f3 100755
--- a/camera/Android.mk
+++ b/camera/Android.mk
@@ -129,8 +129,8 @@ TI_CAMERAHAL_COMMON_SHARED_LIBRARIES := \
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 19 || echo 1),)
# add any 4.4.x versions of Android which use libjhead here
-# currently only 4.4.3
-ifneq ($(filter 4.4.3,$(PLATFORM_VERSION)),)
+# currently 4.4.3 and 4.4.4
+ifneq ($(filter 4.4.3 4.4.4,$(PLATFORM_VERSION)),)
TI_CAMERAHAL_COMMON_SHARED_LIBRARIES += \
libjhead
else