diff options
| author | 2018-01-27 09:04:23 +0000 | |
|---|---|---|
| committer | 2018-01-27 09:04:23 +0000 | |
| commit | d2c1f93e0a8e481e4880716a84e7f3527a881356 (patch) | |
| tree | 2ac7827624d1665051bd6ee52f74e719fb3d41ee | |
| parent | 2a28269a79692d9505deaa714dfa84f9cc37f5ea (diff) | |
| parent | af06ed42b5316a12b0c37d4296cc86cb112d0021 (diff) | |
Merge "Add android.test.legacy.jar to SDK build"
| -rw-r--r-- | test-runner/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-runner/Android.mk b/test-runner/Android.mk index f5c2bc690494..229a6ac05bb1 100644 --- a/test-runner/Android.mk +++ b/test-runner/Android.mk @@ -132,5 +132,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := android.test.base-minus-junit include $(BUILD_STATIC_JAVA_LIBRARY) +# Archive a copy of the classes.jar in SDK build. +$(call dist-for-goals,sdk win_sdk,$(full_classes_jar):android.test.legacy.jar) + # additionally, build unit tests in a separate .apk include $(call all-makefiles-under,$(LOCAL_PATH)) |