aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-12-06 05:35:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-12-06 05:35:18 +0000
commit05d93daa8ad3d2c581d3560fa5d58f5ebb34b85b (patch)
tree8610e9f2f60a511720a1a755b2ecbcd0929f457a
parente8c1c0779e76aae9f415c7e8064e8cf479a7529a (diff)
parentbafddf150dca71d084c97edb6c957af7bded8225 (diff)
downloadplatform_external_Microsoft-GSL-05d93daa8ad3d2c581d3560fa5d58f5ebb34b85b.tar.gz
platform_external_Microsoft-GSL-05d93daa8ad3d2c581d3560fa5d58f5ebb34b85b.tar.bz2
platform_external_Microsoft-GSL-05d93daa8ad3d2c581d3560fa5d58f5ebb34b85b.zip
Merge "Rename libgsl because it conflicts."HEADmaster
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 9c6e08a..a2b1ff5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,9 +14,8 @@
// limitations under the License.
//
-// Header only.
cc_library_headers {
- name: "libgsl",
+ name: "microsoft-gsl",
host_supported: true,
export_include_dirs: ["include"],
cflags: ["-Wall", "-Werror"],