diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2017-10-03 02:51:09 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-10-03 02:51:09 +0000 |
| commit | ebd1125140e3b96b89b3f0287c190285daef0eec (patch) | |
| tree | ae5e1537f6afc142995b27b39a52ec59095ed113 | |
| parent | 545d8fbaaf1d84941743c43c4079e65cf062c4ec (diff) | |
| parent | 7ecbb7ccdd9049fc30874fc89fa6813dfed0b365 (diff) | |
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"
am: 7ecbb7ccdd
Change-Id: Ia5db89688558a291ab4487210d4ea4c39a1638a4
| -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 18f1e00..0fbcc18 100644 --- a/dist/Android.bp +++ b/dist/Android.bp @@ -39,7 +39,7 @@ cc_defaults { ], target: { - linux: { + linux_glibc: { cflags: ["-DHAVE_POSIX_FALLOCATE=1"], }, }, |
