aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2016-03-11 15:01:28 -0800
committerMiao Wang <miaowang@google.com>2016-03-11 15:01:28 -0800
commitef5e71aa89d064773cbd513f225fd90384f6327e (patch)
tree94280c8262d74f8078c4b59af6dd4a03262c89cf
parente7575ea537e52bd2193b608dabb5f2fb28f6acc2 (diff)
downloadcblas-nougat-mr1-wear-release.tar.gz
Change-Id: I2dbcfccf878eb2bf89cff577450c5701b6a535d8
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index d5ccb3a..cdedbeb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -174,12 +174,12 @@ LOCAL_STATIC_LIBRARIES := libF77blas
include $(BUILD_SHARED_LIBRARY)
-# Build libblas using API 8 toolchain for RS Support lib.
+# Build libblas using API 9 toolchain for RS Support lib.
include $(CLEAR_VARS)
LOCAL_CLANG := true
LOCAL_MODULE := libblasV8
-LOCAL_SDK_VERSION := 8
+LOCAL_SDK_VERSION := 9
LOCAL_NDK_STL_VARIANT := c++_static
LOCAL_LDFLAGS += -ldl -Wl,--exclude-libs,libc++_static.a