mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-25 04:35:13 +00:00
7 lines
199 B
Makefile
7 lines
199 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := MicroGUiTools
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, microg-ui-tools/src/main/java)
|
|
|
|
include $(BUILD_STATIC_JAVA_LIBRARY)
|