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

Commit 8c719c2f authored by Jaewoong Jung's avatar Jaewoong Jung Committed by Automerger Merge Worker
Browse files

Install JNI coverage outputs from Soong-built apps am: 7c1432ce am: 5536ed60

Change-Id: Ia5ee497be5245af7cecad15d8c8e81120446cdc8
parents ce72bb0e 5536ed60
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -202,4 +202,11 @@ ifdef LOCAL_SOONG_PRODUCT_RRO_DIRS
  )
endif

ifdef LOCAL_PREBUILT_COVERAGE_ARCHIVE
  my_coverage_dir := $(TARGET_OUT_COVERAGE)/$(patsubst $(PRODUCT_OUT)/%,%,$(my_module_path))
  my_coverage_copy_pairs := $(foreach f,$(LOCAL_PREBUILT_COVERAGE_ARCHIVE),$(f):$(my_coverage_dir)/$(notdir  $(f)))
  my_coverage_files := $(call copy-many-files,$(my_coverage_copy_pairs))
  $(LOCAL_INSTALLED_MODULE): $(my_coverage_files)
endif

SOONG_ALREADY_CONV := $(SOONG_ALREADY_CONV) $(LOCAL_MODULE)