🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
243 B

  1. LOCAL_PATH := $(call my-dir)
  2. include $(CLEAR_VARS)
  3. LOCAL_MODULE := main_gui_androidmk
  4. LOCAL_SRC_FILES := ../main_gui.c
  5. LOCAL_SHARED_LIBRARIES += SDL2
  6. include $(BUILD_SHARED_LIBRARY)
  7. $(call import-module,SDL2main)
  8. $(call import-module,SDL2)