############################################## # Compile Robolectric annotations ############################################## LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := Robolectric_annotations LOCAL_JAVA_LIBRARIES := \ Robolectric_shadowapi \ robolectric-host-android_all \ jsr305 LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java) include $(BUILD_HOST_JAVA_LIBRARY)