We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93bf069 + a2f088b commit a21ca34Copy full SHA for a21ca34
2 files changed
tools/layoutlib/bridge/tests/Android.mk
@@ -34,5 +34,8 @@ LOCAL_JAVA_LIBRARIES := layoutlib \
34
35
include $(BUILD_HOST_JAVA_LIBRARY)
36
37
+# Copy the jar to DIST_DIR for sdk builds
38
+$(call dist-for-goals, sdk win_sdk, $(LOCAL_INSTALLED_MODULE))
39
+
40
# Build all sub-directories
41
include $(call all-makefiles-under,$(LOCAL_PATH))
tools/layoutlib/create/tests/Android.mk
@@ -28,5 +28,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := asm-4.0
28
29
30
31
32
33
0 commit comments