M7350/base/tools/preload/loadclass/Android.mk
2024-09-09 08:52:07 +00:00

10 lines
186 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE := loadclass
include $(BUILD_JAVA_LIBRARY)