summaryrefslogtreecommitdiffstats
path: root/camera/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'camera/Android.mk')
-rw-r--r--camera/Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/camera/Android.mk b/camera/Android.mk
index e4a6278..60bd5d7 100644
--- a/camera/Android.mk
+++ b/camera/Android.mk
@@ -12,6 +12,9 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+ifneq ($(filter i9300 i9305 n7100 t0lte t0lteatt t0ltetmo i605 l900 r950,$(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
@@ -29,6 +32,7 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/include \
+ system/media/camera/include \
hardware/samsung/exynos4/hal/include
LOCAL_CFLAGS += -DEXYNOS_ION
@@ -41,3 +45,5 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
+
+endif