Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
port for intel x86 android phones??
10-29-2013, 02:33 PM
Post: #87
RE: port for intel x86 android phones??
It will work this way, but only if you compile just for x86.
Hence it's better if you put these in the x86 specific part that is already in the Android.mk, like this:
...
ifeq ($(TARGET_ARCH_ABI),x86)
LOCAL_CFLAGS := $(LOCAL_CFLAGS) -mtune=atom -mfpmath=sse -D_M_IX86
ARCH_FILES := \
...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: port for intel x86 android phones?? - xavier-hallade - 10-29-2013 02:33 PM

Forum Jump: