aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-12-21 03:46:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-21 03:46:11 +0000
commitd9d27ad0e329bb22b7b9b2541d46b9ef2d216edf (patch)
tree726f1b4c34501afaf6cc2e30381790746dc05d26
parent332e4bc45a64b0dfcb8b718fdefc385227b98661 (diff)
parentcbf9649679e65e89eb0d008bf273de69c03bdd29 (diff)
downloadcompiler-rt-d9d27ad0e329bb22b7b9b2541d46b9ef2d216edf.tar.gz
Merge "Expose libcompiler_rt-extras to the NDK."
am: cbf9649679 Change-Id: I5c50ecfca885fae5610891d5485d9e243dfe2bdc
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 8331cad1c..a73b7ec8d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,8 +22,9 @@
cc_library_static {
name: "libcompiler_rt-extras",
host_supported: true,
+ static_ndk_lib: true,
vendor_available: true,
- sdk_version: "9",
+ sdk_version: "minimum",
// The following list contains functions that are not available in libgcc.a, so
// we potentially need them when using a Clang-built component (e.g., -ftrapv
// with 64-bit integer multiplies. See http://llvm.org/bugs/show_bug.cgi?id=14469.)