BugFix: Always set PRIVATE_PROVIDED_VNDK_VERSIONS am: d58a10656a am: b923abfb74
Original change: https://android-review.googlesource.com/c/platform/system/libhidl/+/2967203
Change-Id: Ice2b66e427415ce94865353e8060c0564d93d437
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."