Merge "Build LayoutLib tests with Java 6" into lmp-dev

This commit is contained in:
Deepanshu Gupta
2014-09-16 18:16:20 +00:00
committed by Android (Google) Code Review

View File

@@ -18,8 +18,8 @@ include $(CLEAR_VARS)
# Only compile source java files in this lib.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVA_RESOURCE_DIRS := res
LOCAL_JAVACFLAGS := -source 6 -target 6
LOCAL_MODULE := layoutlib-tests
LOCAL_MODULE_TAGS := optional