diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2017-10-03 02:30:05 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-03 02:30:05 +0000 |
| commit | 7ecbb7ccdd9049fc30874fc89fa6813dfed0b365 (patch) | |
| tree | f94b49097e893d46444eef2d2af0f086c9fa1719 | |
| parent | 0d42d6b30376a913ae952d54c5a9285a5cb11d9c (diff) | |
| parent | 9f4113cc3536cf4f03207b9f34d5d7ddcac4b97c (diff) | |
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"
| -rw-r--r-- | dist/Android.bp | 2 |
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"], }, }, |
