OSDN Git Service

Fix duplicate build rule warning.
authorStephen Hines <srhines@google.com>
Tue, 19 Feb 2013 22:31:59 +0000 (14:31 -0800)
committerStephen Hines <srhines@google.com>
Tue, 19 Feb 2013 22:31:59 +0000 (14:31 -0800)
Change-Id: Ieb90af933bff162cd1ed5aa36fc1efd2b4ca7e04

core/java.mk

index 1ade5a7..1db8a83 100644 (file)
@@ -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))