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

Commit d46dbd53 authored by Bill Yang's avatar Bill Yang
Browse files

Change VINTF_FRAMEWORK_MANIFEST_FROZEN_DIR to a fix value

VINTF_FRAMEWORK_MANIFEST_FROZEN_DIR is previous defined in
system/libhidl/vintfdata/Android.mk which will be removed after soong
conversion and there's no other place set that variable. Replace the
variable by a fix path string instead.

Bug: 340427295
Test: m
Change-Id: I22d3fb84b36306272932698856700561bfe11da8
parent 0b21e0f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5270,7 +5270,7 @@ $(vintffm_log): $(HOST_OUT_EXECUTABLES)/vintffm $(check_vintf_system_deps) $(APE
	  --dirmap /system_ext:$(TARGET_OUT_SYSTEM_EXT) \
	  --dirmap /product:$(TARGET_OUT_PRODUCT) \
	  --dirmap /apex:$(APEX_OUT) \
	  $(VINTF_FRAMEWORK_MANIFEST_FROZEN_DIR) > $@ 2>&1 ) || ( cat $@ && exit 1 )
	  system/libhidl/vintfdata/frozen > $@ 2>&1 ) || ( cat $@ && exit 1 )

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