summaryrefslogtreecommitdiffstats
path: root/core/java.mk
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-09-30 15:57:36 -0700
committerStephen Hines <srhines@google.com>2013-11-27 14:54:15 -0800
commit4e12f542be97a1dad2260e4f06e7b4e66c88835c (patch)
tree2cb2613efb17a6e6191ff2638b4a55a046d57c85 /core/java.mk
parent66153e38b0fb9525ff6a63eb757b79694b8ad5e2 (diff)
downloadbuild-4e12f542be97a1dad2260e4f06e7b4e66c88835c.zip
build-4e12f542be97a1dad2260e4f06e7b4e66c88835c.tar.gz
build-4e12f542be97a1dad2260e4f06e7b4e66c88835c.tar.bz2
Add FORCE_BUILD_RS_COMPAT option.
This enables the .so libraries to be built for apps using the RenderScript support library. Traditionally, we trim these .so files from full platform builds. Change-Id: I6f8e9b8d2b671338d3d5a5ac0bfcc60fd448688b
Diffstat (limited to 'core/java.mk')
-rw-r--r--core/java.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java.mk b/core/java.mk
index f237965..9a5404e 100644
--- a/core/java.mk
+++ b/core/java.mk
@@ -195,7 +195,7 @@ renderscript_intermediate := $(intermediates)/renderscript
# We don't need the .so files in bundled branches
# Prevent these from showing up on the device
-ifneq (,$(TARGET_BUILD_APPS))
+ifneq (,$(TARGET_BUILD_APPS)$(FORCE_BUILD_RS_COMPAT))
rs_compatibility_jni_libs := $(addprefix \
$(renderscript_intermediate)/librs., \