X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Android.mk;h=596b86edaa3bb1bdadba7d0021cdfea3469b1445;hb=b49d143873a771046438979120ebc38e9312b2e5;hp=d3f4110afaee153a6de02aa4361b44b1fe852442;hpb=e8946d3a079289597c9293e2dd6b0ebebdd4b34f;p=android-x86%2Fpackages-apps-Gallery2.git diff --git a/Android.mk b/Android.mk index d3f4110af..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,8 +33,6 @@ 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)