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

Commit 68009d96 authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Merge "Pass system_ext and product dirs to libvintf" am: 8c9a9908 am:...

Merge "Pass system_ext and product dirs to libvintf" am: 8c9a9908 am: c704aef7 am: bdf1d2ca am: 9a1f6292 am: 4cf8e8f5 am: 2cb20dc0

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



Change-Id: I59b04ef9b516d45a1590d4d4b4c386de56f92e64
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3732fba9 2cb20dc0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4893,6 +4893,8 @@ endif
check_vintf_all_deps += $(vintffm_log)
$(vintffm_log): $(HOST_OUT_EXECUTABLES)/vintffm $(check_vintf_system_deps)
	@( $< --check --dirmap /system:$(TARGET_OUT) \
	  --dirmap /system_ext:$(TARGET_OUT_SYSTEM_EXT) \
	  --dirmap /product:$(TARGET_OUT_PRODUCT) \
	  $(VINTF_FRAMEWORK_MANIFEST_FROZEN_DIR) > $@ 2>&1 ) || ( cat $@ && exit 1 )

$(call declare-1p-target,$(vintffm_log))