Skip to content

Commit a21ca34

Browse files
deepanshu-Android Git Automerger
authored andcommitted
am a2f088b: Merge "Add layoutlib tests to DIST_DIR [DO NOT MERGE]" into klp-modular-dev
* commit 'a2f088b6775f0cd0a8b7e3b35e16f13de3f67b01': Add layoutlib tests to DIST_DIR [DO NOT MERGE]
2 parents 93bf069 + a2f088b commit a21ca34

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

tools/layoutlib/bridge/tests/Android.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@ LOCAL_JAVA_LIBRARIES := layoutlib \
3434

3535
include $(BUILD_HOST_JAVA_LIBRARY)
3636

37+
# Copy the jar to DIST_DIR for sdk builds
38+
$(call dist-for-goals, sdk win_sdk, $(LOCAL_INSTALLED_MODULE))
39+
3740
# Build all sub-directories
3841
include $(call all-makefiles-under,$(LOCAL_PATH))

tools/layoutlib/create/tests/Android.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := asm-4.0
2828

2929
include $(BUILD_HOST_JAVA_LIBRARY)
3030

31+
# Copy the jar to DIST_DIR for sdk builds
32+
$(call dist-for-goals, sdk win_sdk, $(LOCAL_INSTALLED_MODULE))
33+
3134
# Build all sub-directories
3235
include $(call all-makefiles-under,$(LOCAL_PATH))

0 commit comments

Comments
 (0)