summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 02:30:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-03 02:30:05 +0000
commit7ecbb7ccdd9049fc30874fc89fa6813dfed0b365 (patch)
treef94b49097e893d46444eef2d2af0f086c9fa1719
parent0d42d6b30376a913ae952d54c5a9285a5cb11d9c (diff)
parent9f4113cc3536cf4f03207b9f34d5d7ddcac4b97c (diff)
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"
-rw-r--r--dist/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Android.bp b/dist/Android.bp
index 084a12d..6011bfd 100644
--- a/dist/Android.bp
+++ b/dist/Android.bp
@@ -41,7 +41,7 @@ cc_defaults {
],
target: {
- linux: {
+ linux_glibc: {
cflags: ["-DHAVE_POSIX_FALLOCATE=1"],
},
},