diff options
author | Tim Murray <timmurray@google.com> | 2014-09-30 15:08:03 -0700 |
---|---|---|
committer | Tim Murray <timmurray@google.com> | 2014-09-30 15:08:03 -0700 |
commit | 00fa757d7df7492ff0020eab03867e39011fbcaf (patch) | |
tree | 07c5c51da1d3b80acc88af54517334a508506a48 | |
parent | 326363b82368efe5a99df558588d5b2f802fe604 (diff) | |
download | build-00fa757d7df7492ff0020eab03867e39011fbcaf.zip build-00fa757d7df7492ff0020eab03867e39011fbcaf.tar.gz build-00fa757d7df7492ff0020eab03867e39011fbcaf.tar.bz2 |
Update prebuilt RS clcore location.
Change-Id: Iebf255d7cc093b74e08b1f1378d9b397fd9dd3b9
-rw-r--r-- | core/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.mk b/core/config.mk index 0ecb5c5..d0743f4 100644 --- a/core/config.mk +++ b/core/config.mk @@ -587,7 +587,7 @@ endif # Set up RS prebuilt variables for compatibility library -RS_PREBUILT_CLCORE := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/libclcore.bc +RS_PREBUILT_CLCORE := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/librsrt_$(TARGET_ARCH).bc RS_PREBUILT_LIBPATH := -L prebuilts/ndk/8/platforms/android-9/arch-$(TARGET_ARCH)/usr/lib RS_PREBUILT_COMPILER_RT := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/libcompiler_rt.a |