summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-04-18 23:56:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-04-18 23:56:36 +0000
commitd9b5d8941d1ec47ff391da2b8cc8ec90f902062f (patch)
tree536d47042dc26192b1bb69c8cdb2a93e2ce63f1d
parent8e944e6303d1c952929989f56da6b9d97bb54b3c (diff)
parenta33737e7827c328dda599fa18647d1a4eaebf73d (diff)
downloadLegacyCamera-d9b5d8941d1ec47ff391da2b8cc8ec90f902062f.zip
LegacyCamera-d9b5d8941d1ec47ff391da2b8cc8ec90f902062f.tar.gz
LegacyCamera-d9b5d8941d1ec47ff391da2b8cc8ec90f902062f.tar.bz2
Merge "Use just LOCAL_JNI_SHARED_LIBRARIES to install JNI libs."
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index ec46e82..69f5fc5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -10,8 +10,6 @@ LOCAL_PACKAGE_NAME := LegacyCamera
LOCAL_JNI_SHARED_LIBRARIES := libjni_legacymosaic
-LOCAL_REQUIRED_MODULES := libjni_legacymosaic
-
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)