Merge "Generate .fsv_meta for more files" am: d36d4d8608 am: 0f84df6a5e am: bb37d74201 am: 5eb6ea9bf1

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

Change-Id: I8e03331dcc72045c63796b8a915a2cdb78cb56c5
This commit is contained in:
Treehugger Robot
2022-01-13 02:09:12 +00:00
committed by Automerger Merge Worker

View File

@@ -2760,12 +2760,10 @@ ifeq ($(PRODUCT_SYSTEM_FSVERITY_GENERATE_METADATA),true)
# Generate fsv_meta
fsverity-metadata-targets := $(sort $(filter \
$(TARGET_OUT)/framework/%.jar \
$(foreach arch,$(TARGET_ARCH) $(TARGET_2ND_ARCH),$(foreach ext,oat vdex art, \
$(TARGET_OUT)/framework/oat/$(arch)/%.$(ext))) \
$(TARGET_OUT)/framework/% \
$(TARGET_OUT)/etc/boot-image.prof \
$(TARGET_OUT)/etc/dirty-image-objects \
$(TARGET_OUT)/etc/updatable-bcp-packages.txt, \
$(TARGET_OUT)/etc/classpaths/%.pb, \
$(ALL_GENERATED_SOURCES) $(ALL_DEFAULT_INSTALLED_MODULES)))
define fsverity-generate-metadata