Edit

kc3-lang/SDL/cmake/test/jni

Branch :

  • Show log

    Commit

  • Author : Anonymous Maarten
    Date : 2022-06-16 16:38:58
    Hash : 78a37516
    Message : cmake+ci: fix+test sdl2-config + sdl2.pc for all supported platforms

  • Android.mk
  • LOCAL_PATH := $(call my-dir)
    
    include $(CLEAR_VARS)
    
    LOCAL_MODULE := main_gui_androidmk
    LOCAL_SRC_FILES := ../main_gui.c
    LOCAL_SHARED_LIBRARIES += SDL2
    include $(BUILD_SHARED_LIBRARY)
    
    $(call import-module,SDL2main)
    $(call import-module,SDL2)