am e23620e6: Merge "Build LayoutLib with Java 6" into lmp-preview-dev

* commit 'e23620e684ae73558e42a51f93004c8de07ba8d5':
  Build LayoutLib with Java 6
This commit is contained in:
Deepanshu Gupta
2014-06-09 15:55:24 +00:00
committed by Android Git Automerger
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
LOCAL_PATH := $(my-dir)
include $(CLEAR_VARS)
LOCAL_JAVACFLAGS := -source 6 -target 6
#
# Define rules to build temp_layoutlib.jar, which contains a subset of
# the classes in framework.jar. The layoutlib_create tool is used to

View File

@@ -18,6 +18,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_JAVA_RESOURCE_DIRS := resources
LOCAL_JAVACFLAGS := -source 6 -target 6
LOCAL_JAVA_LIBRARIES := \