diff options
author | Eric Engestrom <[email protected]> | 2018-03-21 17:04:06 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-03-23 11:44:21 +0000 |
commit | cbee1bfb34274668a05995b9d4c78ddec9e5ea4c (patch) | |
tree | dad1c9037de2c77cc57dd5c5c531169f7174798b /Android.common.mk | |
parent | ee2b943fa85755fe2565f12c625e41cd08a826f9 (diff) |
meson/configure: detect endian.h instead of trying to guess when it's available
Cc: Maxin B. John <[email protected]>
Cc: Khem Raj <[email protected]>
Cc: Rob Herring <[email protected]>
Suggested-by: Jon Turney <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Cc: <[email protected]>
Diffstat (limited to 'Android.common.mk')
-rw-r--r-- | Android.common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.common.mk b/Android.common.mk index 52dc7bff3be..e8aed48c31a 100644 --- a/Android.common.mk +++ b/Android.common.mk @@ -70,6 +70,7 @@ LOCAL_CFLAGS += \ -DHAVE_DLADDR \ -DHAVE_DL_ITERATE_PHDR \ -DHAVE_LINUX_FUTEX_H \ + -DHAVE_ENDIAN_H \ -DHAVE_ZLIB \ -DMAJOR_IN_SYSMACROS \ -fvisibility=hidden \ |