Merge "Generate .fsv_meta for more files" am: d36d4d8608
am: 0f84df6a5e
am: bb37d74201
Original change: https://android-review.googlesource.com/c/platform/build/+/1941099 Change-Id: I60f1f186c3230029a16245e747e924bbec9a62a4
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user