Add Cuttlefish tests in CI

This commit is contained in:
topjohnwu
2024-07-20 03:10:18 -07:00
parent 4c38af994d
commit 93c3d36452
5 changed files with 221 additions and 41 deletions

View File

@ -566,6 +566,9 @@ def setup_ndk(args):
def push_files(args, script):
abi = cmd_out([adb_path, "shell", "getprop", "ro.product.cpu.abi"])
if not abi:
error("Cannot detect emulator ABI")
apk = Path(
config["outdir"], ("app-release.apk" if args.release else "app-debug.apk")
)