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

Commit 76c8cc7e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Merge "Copy generated xml file for NDK api coverage to dist when CLANG_COVERAGE flag set." am: 537aee38 am: 110b79a2" into rvc-dev-plus-aosp am: 6a3041d8 am: 64d3ce9b

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

Change-Id: Iedddf3bfd48417dfdf2ddbba56cd5ff7e382c4ce
parents 3c1d73af 64d3ce9b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1707,6 +1707,11 @@ else ifeq (,$(TARGET_BUILD_UNBUNDLED))
  $(call dist-for-goals, dist_files, $(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
droid_targets: droidcore dist_files