From 1d88023e1de6b9f370eb4be944dd9c4480d01f11 Mon Sep 17 00:00:00 2001 From: Igor Murashkin Date: Wed, 20 Feb 2013 16:50:13 -0800 Subject: Camera: Add unit test infrastructure for libcameraclient Change-Id: I957538663ae8332d26f3640c63a75efc79f4ac5c --- camera/Android.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'camera/Android.mk') diff --git a/camera/Android.mk b/camera/Android.mk index b66105b..a17ad1a 100644 --- a/camera/Android.mk +++ b/camera/Android.mk @@ -1,6 +1,9 @@ -LOCAL_PATH:= $(call my-dir) +CAMERA_CLIENT_LOCAL_PATH:= $(call my-dir) +include $(call all-subdir-makefiles) include $(CLEAR_VARS) +LOCAL_PATH := $(CAMERA_CLIENT_LOCAL_PATH) + LOCAL_SRC_FILES:= \ Camera.cpp \ CameraMetadata.cpp \ @@ -21,7 +24,7 @@ LOCAL_SHARED_LIBRARIES := \ libcamera_metadata \ LOCAL_C_INCLUDES += \ - system/media/camera/include + system/media/camera/include \ LOCAL_MODULE:= libcamera_client -- cgit v1.1