Merge "Add the dist path of android stubs files"

am: 4d9ea2c551

Change-Id: Ia24e315205826ff643401003a5d20b335004d66c
This commit is contained in:
Sundong Ahn
2018-09-19 17:51:21 -07:00
committed by android-build-merger

View File

@@ -110,6 +110,7 @@ android_system_stubs: $(full_target)
# Build and store the android_system.jar. # Build and store the android_system.jar.
$(call dist-for-goals,sdk win_sdk,$(full_target):android_system.jar) $(call dist-for-goals,sdk win_sdk,$(full_target):android_system.jar)
$(call dist-for-goals,sdk win_sdk,$(full_target):apistubs/android/system/android.jar)
# ============ Test SDK ============ # ============ Test SDK ============
full_target := $(call intermediates-dir-for,JAVA_LIBRARIES,android_test_stubs_current,,COMMON)/classes.jar full_target := $(call intermediates-dir-for,JAVA_LIBRARIES,android_test_stubs_current,,COMMON)/classes.jar
@@ -119,3 +120,4 @@ android_test_stubs: $(full_target)
# Build and store the android_test.jar. # Build and store the android_test.jar.
$(call dist-for-goals,sdk win_sdk,$(full_target):android_test.jar) $(call dist-for-goals,sdk win_sdk,$(full_target):android_test.jar)
$(call dist-for-goals,sdk win_sdk,$(full_target):apistubs/android/test/android.jar)