androidx_with_metalava run build.sh which sets MANIFEST
Bug: 236149806
Test: Run `CHANGE_INFO=/tmp/changeinfo frameworks/support/busytown/androidx_with_metalava.sh` and see that it doesn't say `Setting CHANGE_INFO requires also setting MANIFEST` (instead it says the manifest doesn't exist)
Change-Id: Ibe4fdb2c609e633363cb81547ecb6427dc18e8d9
diff --git a/busytown/impl/build-metalava-and-androidx.sh b/busytown/impl/build-metalava-and-androidx.sh
index ea69bf2..5023d43 100755
--- a/busytown/impl/build-metalava-and-androidx.sh
+++ b/busytown/impl/build-metalava-and-androidx.sh
@@ -55,7 +55,7 @@
export METALAVA_REPO="$ROOT_DIR/out/dist/repo/m2repository"
function buildAndroidx() {
- ./frameworks/support/gradlew --ci -p frameworks/support $androidxArguments \
+ ./frameworks/support/busytown/impl/build.sh $androidxArguments \
--dependency-verification=off # building against tip of tree of metalava that potentially pulls in new dependencies
}