Merge "Merge "Copy generated xml file for NDK api coverage to dist when CLANG_COVERAGE flag set." am: 537aee38d5 am: 110b79a2e3" into rvc-dev-plus-aosp am: 6a3041d8d7 am: 64d3ce9bf0 am: 76c8cc7e0d

Original change: https://android-review.googlesource.com/c/platform/build/+/1321934

Change-Id: I479c9b6d69a844b570fbe00cac670c719e6821cd
This commit is contained in:
Automerger Merge Worker 2020-06-11 19:57:21 +00:00
commit 24ac4e5dc2

View file

@ -1707,6 +1707,11 @@ else ifeq (,$(TARGET_BUILD_UNBUNDLED))
$(call dist-for-goals, dist_files, $(api_xmls))
api_xmls :=
ifdef CLANG_COVERAGE
$(foreach f,$(SOONG_NDK_API_XML), \
$(call dist-for-goals,droidcore,$(f):ndk_coverage_xml_dir/$(notdir $(f))))
endif
# Building a full system-- the default is to build droidcore
droid_targets: droidcore dist_files