summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2015-05-20 15:34:48 +0200
committerYohann Roussel <yroussel@google.com>2015-05-20 15:34:48 +0200
commit6ce1be3044182b49dc19d700338d47dcd9ba86b9 (patch)
treebb6d58dd6a6422b4c6815884b0a5cb5802d9b96f
parent874ed8dee9ab7118efb517f6a8a9c1758818fd4c (diff)
downloadrs-6ce1be3044182b49dc19d700338d47dcd9ba86b9.tar.gz
Re enable Jack for RSTest_Compat
A previous version of the library was triggering a Jack bug. It looks like the code was modified and no longer face the bug. Bug: 10815986 Change-Id: Ibeb6bc25582a957d9bf07d4761953f5f58d621b8
-rw-r--r--java/tests/RSTest_CompatLib/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/tests/RSTest_CompatLib/Android.mk b/java/tests/RSTest_CompatLib/Android.mk
index c3c03fd7..bcfdec0a 100644
--- a/java/tests/RSTest_CompatLib/Android.mk
+++ b/java/tests/RSTest_CompatLib/Android.mk
@@ -38,6 +38,4 @@ LOCAL_RENDERSCRIPT_FLAGS := -rs-package-name=android.support.v8.renderscript
LOCAL_JNI_SHARED_LIBRARIES := librsjni
LOCAL_32_BIT_ONLY := true
-LOCAL_JACK_ENABLED := disabled
-
include $(BUILD_PACKAGE)