summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2016-07-08 15:16:19 -0700
committerStephen Hines <srhines@google.com>2016-07-08 15:16:19 -0700
commitd9a5f194c9038937775bec5717c0724acab45a22 (patch)
treeffa94a58ef5c2554269d5878c88a042ccca8b640
parentd8de81f2174c6f95c7e2a5cbcd14220f0ad3e3e8 (diff)
downloadlibunwind_llvm-d9a5f194c9038937775bec5717c0724acab45a22.tar.gz
It would be preferable if this could build for API level 9, but it depends on dl_iterate_phdr(), which only appears in API level 21 for ARM. Change-Id: I769a3ee19bf4a07cd75987251f2708b1f293407c
-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,