am 87f50000: merge from open-source master
Merge commit '87f500004acc7b68745bd939a473dd92e77b5c9c' * commit '87f500004acc7b68745bd939a473dd92e77b5c9c': Define __ANDROID__ for x86 to be on par with ARM build requirements
This commit is contained in:
commit
c1b24549e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue