platform_build_soong/filesystem
Jooyung Han e606759ddf Make filesystem aware of coverage
filesystem should have coverage variants with coverage-enabled build.
Otherwise, it would fail to collect dependencies.

Bug: 273238141
Test: m nothing (soong tests)
Test: compare the artifacts
 $ SKIP_ABI_CHECKS=true SOONG_COLLECT_JAVA_DEPS=true EMMA_INSTRUMENT=true\
   EMMA_INSTRUMENT_FRAMEWORK=true CLANG_COVERAGE=true\
   NATIVE_COVERAGE_PATHS='*' m microdroid
 $ m microdroid
Change-Id: I792458ace00a63b4b5213898fd3209351a6e00be
2023-03-16 13:11:17 +09:00
..
Android.bp [avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image 2023-01-10 15:38:31 +00:00
avb_add_hash_footer.go [avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image 2023-01-10 15:38:31 +00:00
avb_gen_vbmeta_image.go [avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image 2023-01-10 15:38:31 +00:00
bootimg.go Support deterministic output for bootimg/filesystem 2022-04-21 14:36:40 +09:00
filesystem.go Make filesystem aware of coverage 2023-03-16 13:11:17 +09:00
filesystem_test.go Make filesystem aware of coverage 2023-03-16 13:11:17 +09:00
logical_partition.go
raw_binary.go raw_binary output should not be executable. 2022-05-24 13:57:17 +00:00
system_image.go android_system_image only packages "system" items 2022-03-29 07:56:02 +09:00
testing.go
vbmeta.go