Define __ANDROID__ for x86 to be on par with ARM build requirements
Change-Id: I79c8f29af1f20b694f22a39f848216022809a5c6 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
This commit is contained in:
@@ -159,7 +159,7 @@ $(TARGET_CXX) \
|
||||
$(TARGET_CRTEND_O)
|
||||
endef
|
||||
|
||||
TARGET_GLOBAL_CFLAGS += -m32
|
||||
TARGET_GLOBAL_CFLAGS += -m32 -D__ANDROID__
|
||||
TARGET_GLOBAL_LDFLAGS += -m32
|
||||
|
||||
endif #simulator
|
||||
|
Reference in New Issue
Block a user