X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Android.mk;h=596b86edaa3bb1bdadba7d0021cdfea3469b1445;hb=f3b063a87686962832aae78db70d9123e15cd0d6;hp=3d5663e6b589ca480c7cc7e1f80b10d7a15cf95c;hpb=0bbc10d8b4bfdee7aa8d1572f36ed9541c8ac138;p=android-x86%2Fpackages-apps-Gallery2.git diff --git a/Android.mk b/Android.mk index 3d5663e6b..596b86eda 100644 --- a/Android.mk +++ b/Android.mk @@ -14,13 +14,9 @@ LOCAL_RENDERSCRIPT_TARGET_API := 18 LOCAL_RENDERSCRIPT_COMPATIBILITY := 18 LOCAL_RENDERSCRIPT_FLAGS := -rs-package-name=android.support.v8.renderscript -# Keep track of previously compiled RS files too (from bundled GalleryGoogle). -prev_compiled_rs_files := $(call all-renderscript-files-under, src) - -# We already have these files from GalleryGoogle, so don't install them. -LOCAL_RENDERSCRIPT_SKIP_INSTALL := $(prev_compiled_rs_files) - -LOCAL_SRC_FILES := $(call all-java-files-under, src) $(prev_compiled_rs_files) +LOCAL_SRC_FILES := \ + $(call all-java-files-under, src) \ + $(call all-renderscript-files-under, src) LOCAL_SRC_FILES += $(call all-java-files-under, src_pd) LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/res @@ -37,7 +33,7 @@ LOCAL_JNI_SHARED_LIBRARIES := libjni_eglfence libjni_filtershow_filters librsjni LOCAL_PROGUARD_FLAG_FILES := proguard.flags -LOCAL_MULTILIB := 32 +LOCAL_JAVA_LIBRARIES += org.apache.http.legacy include $(BUILD_PACKAGE)