Loading core/main.mk +2 −0 Original line number Diff line number Diff line Loading @@ -1888,6 +1888,8 @@ else ifeq ($(TARGET_BUILD_UNBUNDLED),$(TARGET_BUILD_UNBUNDLED_IMAGE)) ifdef CLANG_COVERAGE $(foreach f,$(SOONG_NDK_API_XML), \ $(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 # For full system build (whether unbundled or not), we configure Loading Loading
core/main.mk +2 −0 Original line number Diff line number Diff line Loading @@ -1888,6 +1888,8 @@ else ifeq ($(TARGET_BUILD_UNBUNDLED),$(TARGET_BUILD_UNBUNDLED_IMAGE)) ifdef CLANG_COVERAGE $(foreach f,$(SOONG_NDK_API_XML), \ $(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 # For full system build (whether unbundled or not), we configure Loading