blob: f823f32737dc7e344435f9108774f357e40dd7fc [file] [log] [blame]
##############################################
# 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)