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

Commit d26a99c3 authored by Baligh Uddin's avatar Baligh Uddin
Browse files

Add system/extras/verity/build_verity_metadata.py to otatools

Bug: 29008004
parent db34ed5f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1343,6 +1343,8 @@ $(BUILT_OTATOOLS_PACKAGE): $(OTATOOLS) | $(ACP)
	$(hide) rm -rf $@ $(zip_root)
	$(hide) mkdir -p $(dir $@) $(zip_root)/bin $(zip_root)/framework $(zip_root)/releasetools
	$(call copy-files-with-structure,$(OTATOOLS),$(HOST_OUT)/,$(zip_root))
	$(hide) $(ACP) $(HOST_OUT_JAVA_LIBRARIES)/VeritySigner.jar $(zip_root)/framework/
	$(hide) $(ACP) -p system/extras/verity/build_verity_metadata.py $(zip_root)/system/extras/verity/
	$(hide) $(ACP) -r -d -p build/tools/releasetools/* $(zip_root)/releasetools
	$(hide) rm -rf $@ $(zip_root)/releasetools/*.pyc
	$(hide) (cd $(zip_root) && zip -qry $(abspath $@) *)