All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.badlogic.gdx.jnigen.resources.scripts.Android.mk.template Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
 
LOCAL_MODULE    := %sharedLibName%
LOCAL_C_INCLUDES := %headerDirs%
 
LOCAL_CFLAGS := $(LOCAL_C_INCLUDES:%=-I%) %cFlags%
LOCAL_CPPFLAGS := $(LOCAL_C_INCLUDES:%=-I%) %cppFlags%
LOCAL_LDLIBS := %linkerFlags%
LOCAL_ARM_MODE  := arm
 
LOCAL_SRC_FILES := %srcFiles% 
include $(BUILD_SHARED_LIBRARY)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy