From a5a08d7642a1fdf961b057cc90e76c4c93103c15 Mon Sep 17 00:00:00 2001 From: Sascha Haeberling Date: Wed, 11 Sep 2013 20:30:52 -0700 Subject: 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 --- Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index ef4772844..285e59543 100644 --- a/Android.mk +++ b/Android.mk @@ -30,9 +30,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 + 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) -- cgit v1.2.3