Revert "SnapdragonCamera: Improved panorama"

This reverts commit "SnapdragonCamera: Improved panorama"

Change-Id: I7aef9427c218d06b78cbc097dd32a1629b5ab9d1
diff --git a/Android.mk b/Android.mk
index 608d703..f230c07 100644
--- a/Android.mk
+++ b/Android.mk
@@ -34,9 +34,9 @@
 # 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_snapcampanorama
+  LOCAL_JNI_SHARED_LIBRARIES := libjni_snapcammosaic libjni_snapcamtinyplanet
 else
-  LOCAL_REQUIRED_MODULES := libjni_snapcampanorama
+  LOCAL_REQUIRED_MODULES := libjni_snapcammosaic libjni_snapcamtinyplanet
 endif
 
 include $(BUILD_PACKAGE)