platform-android.mk 478 B

12345678910111213141516171819
  1. # Configuration for Android, for ARM.
  2. # Does platform require symlinks? (it is used to link the openMSX executable
  3. # from a location inside the $PATH, which means it is not applicable for
  4. # Android platform))
  5. USE_SYMLINK:=false
  6. # For Android, a shared library must eventually be build
  7. EXEEXT:=
  8. LIBRARYEXT:=.so
  9. TARGET_FLAGS:=-DANDROID -fPIC
  10. LINK_FLAGS+=-llog
  11. # Build a maximum set of components.
  12. # See configure.py for LINK_MODE definition and usage
  13. LINK_MODE:=3RD_STA_GLES