Merge "Add the dist path of android stubs files" am: 4d9ea2c551

am: 1f398837c5

Change-Id: I8a4d0185397dcc23086d3a5fc2423033c5c4a3de
This commit is contained in:
Sundong Ahn
2018-09-19 17:58:36 -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)