summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/create/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tools/layoutlib/create/tests')
-rw-r--r--tools/layoutlib/create/tests/Android.mk3
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))