cmake: don't install Android.mk files for Android

This commit is contained in:
Anonymous Maarten
2023-01-21 00:40:03 +01:00
committed by Anonymous Maarten
parent 09e2f83e17
commit 5690dfb65b
3 changed files with 0 additions and 27 deletions

View File

@@ -1,10 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := main_gui_androidmk
LOCAL_SRC_FILES := ../main_gui.c
LOCAL_SHARED_LIBRARIES += SDL3
include $(BUILD_SHARED_LIBRARY)
$(call import-module,SDL3)