The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES := $(call all-subdir-java-files) | ||||
Jesse Wilson | eaca10e | 2010-10-12 21:35:56 -0700 | [diff] [blame] | 5 | LOCAL_MODULE_TAGS := tests |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 6 | |
7 | LOCAL_MODULE := loadclass | ||||
8 | |||||
9 | include $(BUILD_JAVA_LIBRARY) |