Merge "API coverage Copy generated API list during building cc_library to cc_apis/"

This commit is contained in:
Sophie Zheng
2021-08-25 21:42:44 +00:00
committed by Gerrit Code Review

View File

@@ -1886,6 +1886,8 @@ else ifeq ($(TARGET_BUILD_UNBUNDLED),$(TARGET_BUILD_UNBUNDLED_IMAGE))
ifdef CLANG_COVERAGE ifdef CLANG_COVERAGE
$(foreach f,$(SOONG_NDK_API_XML), \ $(foreach f,$(SOONG_NDK_API_XML), \
$(call dist-for-goals,droidcore,$(f):ndk_apis/$(notdir $(f)))) $(call dist-for-goals,droidcore,$(f):ndk_apis/$(notdir $(f))))
$(foreach f,$(SOONG_CC_API_XML), \
$(call dist-for-goals,droidcore,$(f):cc_apis/$(notdir $(f))))
endif endif
# For full system build (whether unbundled or not), we configure # For full system build (whether unbundled or not), we configure