Snap for 11463929 from aa24da70155c96ecb674c3363e7949221ef5769b to 24Q3-release
Change-Id: I50c61ca1a27695432dcf29663a0cd7ebc6486b24
diff --git a/vintfdata/freeze.sh b/vintfdata/freeze.sh
index a624ee3..d14f36e 100755
--- a/vintfdata/freeze.sh
+++ b/vintfdata/freeze.sh
@@ -19,7 +19,7 @@
return 1
}
- local modules_to_build=check-vintf-all
+ local modules_to_build="check-vintf-all vintffm"
echo "Building ${modules_to_build}"
"${ANDROID_BUILD_TOP}/build/soong/soong_ui.bash" --build-mode --all-modules --dir="$(pwd)" ${modules_to_build} || {
echo "${modules_to_build} failed. Backwards compatibility might be broken."