Cameraserver framework HAL is marked optional am: ac507e91ad
Original change: https://android-review.googlesource.com/c/platform/system/libhidl/+/3117486
Change-Id: I6fa4f0d86c7d8f10049d209d7efa4cec50e57479
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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."