Merge "Add the dist path of android stubs files" am: 4d9ea2c551
am: 1f398837c5
Change-Id: I8a4d0185397dcc23086d3a5fc2423033c5c4a3de
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user