aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-08-29 16:28:59 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-08-29 16:28:59 -0700
commit26c10c09fb29dec70284a3baddb9b465a3406fe5 (patch)
tree21e6e3f69bf6089f028c495584b34597381cfbb4
parent2ef7b8a9e35e409b175e190298cde5434155f54a (diff)
parent74d1a2580896bb87deb48554195b6d6047683d69 (diff)
downloadMicrosoft-GSL-26c10c09fb29dec70284a3baddb9b465a3406fe5.tar.gz
Fix type of libgsl and make it vendor available.
am: 74d1a25808 Change-Id: I8e44466bf794848c5b19091a5f13bc2c4e97cbe9
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 2909031..9c6e08a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,11 +15,12 @@
//
// Header only.
-cc_library_static {
+cc_library_headers {
name: "libgsl",
host_supported: true,
export_include_dirs: ["include"],
cflags: ["-Wall", "-Werror"],
+ vendor_available: true,
}
// Tests pending approval of external/Microsoft-unittest-cpp: http://b/32512867