Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbfb2072 authored by Sophie Zheng's avatar Sophie Zheng Committed by Automerger Merge Worker
Browse files

Merge "Revert "Revert "Copy generated xml file for NDK api coverage to dist...

Merge "Revert "Revert "Copy generated xml file for NDK api coverage to dist when CLANG_COVERAGE flag set.""" am: b5bfbab2 am: a38bfeab

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

Change-Id: I23f88fcd3b1f8e5f13b01a9ca37629c96308e623
parents 7e0ddb1e a38bfeab
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -1708,6 +1708,11 @@ else ifeq (,$(TARGET_BUILD_UNBUNDLED))
  $(call dist-for-goals, dist_files, $(api_xmls))
  $(call dist-for-goals, dist_files, $(api_xmls))
  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
# Building a full system-- the default is to build droidcore
droid_targets: droidcore dist_files
droid_targets: droidcore dist_files