Bring back tiny planet to the Camera filmstrip

  Bug: 10393598

The native code and XmpUtil are mostly 1:1 copies from Gallery2.
The UI is new and should work on all form factors.

Change-Id: Ia302a4a7a24cf0b3aa583836683c459e9e7e1f85
diff --git a/Android.mk b/Android.mk
index ef47728..285e595 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,9 +30,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
+  LOCAL_JNI_SHARED_LIBRARIES := libjni_mosaic libjni_tinyplanet
 else
-  LOCAL_REQUIRED_MODULES := libjni_mosaic
+  LOCAL_REQUIRED_MODULES := libjni_mosaic libjni_tinyplanet
 endif
 
 include $(BUILD_PACKAGE)