2009-03-03 19:31:44 -08:00

9 lines
159 B
Makefile

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