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
This commit is contained in:
parent
2c38eb2537
commit
cb00590712
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue