Merge "Expose libcompiler_rt-extras to the NDK."
diff --git a/Android.bp b/Android.bp
index 8331cad..a73b7ec 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.)