Refreshed gcc predefines __ANDROID__
Change-Id: Id76f5a7490fba8190329e5ce3c4b138976a034ce
This commit is contained in:
parent
737a51dd72
commit
859c826ffc
1 changed files with 0 additions and 3 deletions
|
@ -101,9 +101,6 @@ TARGET_GLOBAL_CFLAGS += \
|
|||
-Werror=pointer-to-int-cast \
|
||||
-Werror=int-to-pointer-cast \
|
||||
|
||||
# TODO - remove __ANDROID__ after the next aarch64 toolchain refresh
|
||||
TARGET_GLOBAL_CFLAGS += -D__ANDROID__=1
|
||||
|
||||
TARGET_GLOBAL_CFLAGS += -fno-strict-volatile-bitfields
|
||||
|
||||
# This is to avoid the dreaded warning compiler message:
|
||||
|
|
Loading…
Reference in a new issue