From cb00590712d5af853d691ef96383afb6f1704f40 Mon Sep 17 00:00:00 2001 From: sophiez Date: Wed, 17 Jun 2020 14:30:14 -0700 Subject: [PATCH] NDK api code coverage Update parsed NDK api xml file directory name. Test: m ndk Forrest test build pass: http://shortn/_E5mhRtD4zW Change-Id: Ic20780d969e33103c45953c9cdd81efe4262b4a9 --- core/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.mk b/core/main.mk index 12bb8a4c82..7793889080 100644 --- a/core/main.mk +++ b/core/main.mk @@ -1706,7 +1706,7 @@ else ifeq (,$(TARGET_BUILD_UNBUNDLED)) ifdef CLANG_COVERAGE $(foreach f,$(SOONG_NDK_API_XML), \ - $(call dist-for-goals,droidcore,$(f):ndk_coverage_xml_dir/$(notdir $(f)))) + $(call dist-for-goals,droidcore,$(f):ndk_apis/$(notdir $(f)))) endif # Building a full system-- the default is to build droidcore