Atlas - Android.mk

Home / ext / SDL2 / src / hidapi / android / jni Lines: 1 | Size: 285 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1LOCAL_PATH:= $(call my-dir) 2 3HIDAPI_ROOT_REL:= ../.. 4HIDAPI_ROOT_ABS:= $(LOCAL_PATH)/../.. 5 6include $(CLEAR_VARS) 7 8LOCAL_CPPFLAGS += -std=c++11 9 10LOCAL_SRC_FILES := \ 11 $(HIDAPI_ROOT_REL)/android/hid.cpp 12 13LOCAL_MODULE := libhidapi 14LOCAL_LDLIBS := -llog 15 16include $(BUILD_SHARED_LIBRARY) 17
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.