Add layoutlib tests to DIST_DIR [DO NOT MERGE]

Add the layoutlib and layoutlib-create tests to DIST_DIR for sdk
targets. These can be used for continuous testing on the build server.

Change-Id: I747dddcddfd8009937668bec4d75cb99bf63235f
(cherry picked from commit f9c749c9901c459f77ffc6f4fbbc15f4142c6e0a)
This commit is contained in:
Deepanshu Gupta
2014-09-04 19:07:40 -07:00
parent bd4133133a
commit 6fb5fdc233
2 changed files with 6 additions and 0 deletions

View File

@@ -34,5 +34,8 @@ LOCAL_JAVA_LIBRARIES := layoutlib \
include $(BUILD_HOST_JAVA_LIBRARY)
# Copy the jar to DIST_DIR for sdk builds
$(call dist-for-goals, sdk win_sdk, $(LOCAL_INSTALLED_MODULE))
# Build all sub-directories
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -28,5 +28,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := asm-4.0
include $(BUILD_HOST_JAVA_LIBRARY)
# Copy the jar to DIST_DIR for sdk builds
$(call dist-for-goals, sdk win_sdk, $(LOCAL_INSTALLED_MODULE))
# Build all sub-directories
include $(call all-makefiles-under,$(LOCAL_PATH))