summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2016-07-11 21:12:08 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-11 21:12:08 +0000
commit7e5bffe836c55c46ece75edfdbc980ca1c8df041 (patch)
treeffa94a58ef5c2554269d5878c88a042ccca8b640
parentff3b1b9ea6f9816cbe5b6b337025954d9d5f159d (diff)
parent5dedb3c1c266802f328be58720adf736bfa38762 (diff)
downloadlibunwind_llvm-7e5bffe836c55c46ece75edfdbc980ca1c8df041.tar.gz
Switch libunwind_llvm over to building for NDK 21. am: d9a5f194c9
am: 5dedb3c1c2 Change-Id: I19688164dce4497e0fec0f04dc8804dfad160639
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1c89df4..a256b4f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,6 +45,7 @@ LIBUNWIND_CPPFLAGS = [
cc_library_static {
name: "libunwind_llvm",
clang: true,
+ sdk_version: "21",
srcs: LIBUNWIND_SRC_FILES,
include_dirs: LIBUNWIND_INCLUDES,
local_include_dirs: LIBUNWIND_LOCAL_INCLUDES,