From: Stephen Hines Date: Tue, 19 Feb 2013 22:31:59 +0000 (-0800) Subject: Fix duplicate build rule warning. X-Git-Tag: android-x86-4.4-r1~479 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d1f4e18574e3c0b95f0c1afb4526706856ab1f12;p=android-x86%2Fbuild.git Fix duplicate build rule warning. Change-Id: Ieb90af933bff162cd1ed5aa36fc1efd2b4ca7e04 --- diff --git a/core/java.mk b/core/java.mk index 1ade5a7da..1db8a831e 100644 --- a/core/java.mk +++ b/core/java.mk @@ -271,7 +271,7 @@ installed_rs_compatibility_jni_libs := $(addprefix $(TARGET_OUT_SHARED_LIBRARIES # Provide a way to skip sources included in multiple projects. ifdef LOCAL_RENDERSCRIPT_SKIP_INSTALL skip_install_rs_libs := $(patsubst %.rs,%.so, \ - $(addprefix $(TARGET_OUT_SHARED_LIBRARIES)/lib, \ + $(addprefix $(TARGET_OUT_SHARED_LIBRARIES)/librs., \ $(notdir $(LOCAL_RENDERSCRIPT_SKIP_INSTALL)))) installed_rs_compatibility_jni_libs := \ $(filter-out $(skip_install_rs_libs),$(installed_rs_compatibility_jni_libs))