mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
13 lines
266 B
Makefile
13 lines
266 B
Makefile
# Android.mk for Limelight's Evdev Reader
|
|
MY_LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(call all-subdir-makefiles)
|
|
|
|
LOCAL_PATH := $(MY_LOCAL_PATH)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := evdev_reader
|
|
LOCAL_SRC_FILES := evdev_reader.c
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|