Merge "Generate api.xml for every target build." am: 22b9a4a207 am: 823e08eea4

am: 74475f02e7

Change-Id: I26be66bbab1cb72927f9b2e62a60d057a7fccb6d
This commit is contained in:
Jared Lim 2019-03-19 12:38:38 -07:00 committed by android-build-merger
commit b378d4d0a5
1 changed files with 9 additions and 9 deletions

View File

@ -1582,6 +1582,7 @@ else # TARGET_BUILD_APPS
ifeq ($(EMMA_INSTRUMENT),true)
$(JACOCO_REPORT_CLASSES_ALL) : $(INSTALLED_SYSTEMIMAGE_TARGET)
$(call dist-for-goals, dist_files, $(JACOCO_REPORT_CLASSES_ALL))
endif
# Put XML formatted API files in the dist dir.
$(TARGET_OUT_COMMON_INTERMEDIATES)/api.xml: $(call java-lib-header-files,android_stubs_current) $(APICHECK)
@ -1596,7 +1597,6 @@ else # TARGET_BUILD_APPS
$(call dist-for-goals, dist_files, $(api_xmls))
api_xmls :=
endif
# Building a full system-- the default is to build droidcore
droid_targets: droidcore dist_files