aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-08-29 16:37:08 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-08-29 16:37:08 -0700
commitfbf95c91ed165982bd64d8286c6ef9f07e2e6ab5 (patch)
tree21e6e3f69bf6089f028c495584b34597381cfbb4
parent2ef7b8a9e35e409b175e190298cde5434155f54a (diff)
parent4cfdbe9e3efea46951c97ea473a86753f8705786 (diff)
downloadplatform_external_Microsoft-GSL-fbf95c91ed165982bd64d8286c6ef9f07e2e6ab5.tar.gz
platform_external_Microsoft-GSL-fbf95c91ed165982bd64d8286c6ef9f07e2e6ab5.tar.bz2
platform_external_Microsoft-GSL-fbf95c91ed165982bd64d8286c6ef9f07e2e6ab5.zip
Fix type of libgsl and make it vendor available. am: 74d1a25808 am: 26c10c09fb
am: 4cfdbe9e3e Change-Id: I66dc424cbd7435d56fc01e9351b41e430690c162
-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