diff options
author | Deepanshu Gupta <deepanshu@google.com> | 2014-09-04 19:07:40 -0700 |
---|---|---|
committer | Deepanshu Gupta <deepanshu@google.com> | 2014-10-01 12:43:52 -0700 |
commit | 6fb5fdc23364f922cb2c554f52b6927925d1fb15 (patch) | |
tree | 752786265e796ffed1e5a57870a3ff25e0d51ca3 /tools/layoutlib/create/tests | |
parent | bd4133133a55d0cf6a36bb39e89cfd09078d01e9 (diff) | |
download | frameworks_base-6fb5fdc23364f922cb2c554f52b6927925d1fb15.zip frameworks_base-6fb5fdc23364f922cb2c554f52b6927925d1fb15.tar.gz frameworks_base-6fb5fdc23364f922cb2c554f52b6927925d1fb15.tar.bz2 |
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)
Diffstat (limited to 'tools/layoutlib/create/tests')
-rw-r--r-- | tools/layoutlib/create/tests/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/layoutlib/create/tests/Android.mk b/tools/layoutlib/create/tests/Android.mk index 0052ec2..c197d57 100644 --- a/tools/layoutlib/create/tests/Android.mk +++ b/tools/layoutlib/create/tests/Android.mk @@ -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)) |