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
This commit is contained in:
parent
65ca9e6f02
commit
c54e81c0df
1 changed files with 1 additions and 1 deletions
|
@ -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., \
|
||||
|
|
Loading…
Reference in a new issue