Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd7b02d9 authored by Ben Cheng's avatar Ben Cheng
Browse files

Add an explicit definition of __ANDROID__=1

Once the aarch64 toolchain is refreshed this will be removed.
Also removed some CFLAG duplications.

Change-Id: I42fd86931263af82042ea696196fb25e948fe9cb
parent d270230f
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -75,12 +75,6 @@ TARGET_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined

android_config_h := $(call select-android-config-h,linux-aarch64)

TARGET_GLOBAL_CFLAGS += \
			-fpic -fPIE \
			$(arch_variant_cflags) \
			-include $(android_config_h) \
			-I $(dir $(android_config_h))

TARGET_GLOBAL_CFLAGS += \
			-fpic -fPIE \
			-ffunction-sections \
@@ -94,6 +88,9 @@ TARGET_GLOBAL_CFLAGS += \
			-include $(android_config_h) \
			-I $(dir $(android_config_h))

# 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: