From e295e32b68cf04f0d99138bf4a6d25555f3aef99 Mon Sep 17 00:00:00 2001 From: Wei-Ta Chen Date: Tue, 14 Jun 2011 16:53:04 -0700 Subject: Check in mosaic stitching codes - the native part Updated to v4-3-2. Bug: 4990566 Change-Id: I779dcc930323353964572918510f1492828c4db4 --- Android.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index f3883ab..43db977 100644 --- a/Android.mk +++ b/Android.mk @@ -8,9 +8,15 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_PACKAGE_NAME := Camera LOCAL_SDK_VERSION := current +LOCAL_JNI_SHARED_LIBRARIES := libjni_mosaic + +LOCAL_REQUIRED_MODULES := libjni_mosaic + LOCAL_PROGUARD_FLAG_FILES := proguard.flags include $(BUILD_PACKAGE) +ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),) # Use the following include to make our test apk. -include $(call all-makefiles-under,$(LOCAL_PATH)) +include $(call all-makefiles-under, $(LOCAL_PATH)) +endif -- cgit v1.1