diff options
author | Tim Murray <timmurray@google.com> | 2014-09-30 22:34:58 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-09-30 22:34:59 +0000 |
commit | 35dd358cc4fccb062bd90cb1f9404a582b4facd4 (patch) | |
tree | 39283ea72eb16bd402fe88ea8fc68912a63548fc | |
parent | 09cdd5000caed13a135d3ff62972e002904208c3 (diff) | |
parent | 00fa757d7df7492ff0020eab03867e39011fbcaf (diff) | |
download | build-35dd358cc4fccb062bd90cb1f9404a582b4facd4.zip build-35dd358cc4fccb062bd90cb1f9404a582b4facd4.tar.gz build-35dd358cc4fccb062bd90cb1f9404a582b4facd4.tar.bz2 |
Merge "Update prebuilt RS clcore location."
-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 |