diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-12-05 19:52:42 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-01-18 16:01:14 +0000 |
commit | 63c58dfc653c499aab5b8d0ea07f1dc1af88c856 (patch) | |
tree | 814a3952430e6c7bd2bff91bfcc51bb2b430bf2d /Android.common.mk | |
parent | 52bf10cc4fca221c6ad3e9ad17537f30406315c6 (diff) |
android: set HAVE_FUNC_ATTRIBUTE_ALIAS
Analogous to previous two commits.
Strictly speaking it's not be applicable for Android since we don't
build GLX and related code.
Regardless keep things consistent with the other build systems.
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
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 9f64c220f8..ed5118a7c6 100644 --- a/Android.common.mk +++ b/Android.common.mk @@ -51,6 +51,7 @@ LOCAL_CFLAGS += \ -DHAVE_FUNC_ATTRIBUTE_UNUSED \ -DHAVE_FUNC_ATTRIBUTE_FORMAT \ -DHAVE_FUNC_ATTRIBUTE_PACKED \ + _DHAVE_FUNC_ATTRIBUTE_ALIAS \ -DHAVE___BUILTIN_CTZ \ -DHAVE___BUILTIN_POPCOUNT \ -DHAVE___BUILTIN_POPCOUNTLL \ |