summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2013-12-05 14:19:15 -0800
committerAngus Kong <shkong@google.com>2013-12-05 14:24:16 -0800
commit4583f053f5f3205e6016e1cb6c2a5475e0588bdf (patch)
tree5e50a8de618e905ad4f5bd5f586975aa38e0e8ab /Android.mk
parentaeaef40c8285e5c2c0c5e13a8f8229cdb531836c (diff)
downloadandroid_packages_apps_Camera2-4583f053f5f3205e6016e1cb6c2a5475e0588bdf.tar.gz
android_packages_apps_Camera2-4583f053f5f3205e6016e1cb6c2a5475e0588bdf.tar.bz2
android_packages_apps_Camera2-4583f053f5f3205e6016e1cb6c2a5475e0588bdf.zip
Remove build target and codes for legacy panorama.
bug:11811982 Change-Id: I733e80511d8eecdd1dbc90daf9b7f9fb709a2766
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 0aeee7467..11efefab1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,9 +31,9 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags
# the libraries in the APK, otherwise just put them in /system/lib and
# leave them out of the APK
ifneq (,$(TARGET_BUILD_APPS))
- LOCAL_JNI_SHARED_LIBRARIES := libjni_mosaic libjni_tinyplanet
+ LOCAL_JNI_SHARED_LIBRARIES := libjni_tinyplanet
else
- LOCAL_REQUIRED_MODULES := libjni_mosaic libjni_tinyplanet
+ LOCAL_REQUIRED_MODULES := libjni_tinyplanet
endif
include $(BUILD_PACKAGE)