Remove build target and codes for legacy panorama.

bug:11811982
Change-Id: I733e80511d8eecdd1dbc90daf9b7f9fb709a2766
diff --git a/Android.mk b/Android.mk
index 0aeee74..11efefa 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,9 +31,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_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)