commit | 6100709a4983f75bc4e561cb3f25041029bfe3b0 | [log] [tgz] |
---|---|---|
author | herbertxue <herbertxue@google.com> | Wed Oct 10 11:56:57 2018 +0800 |
committer | herbertxue <herbertxue@google.com> | Fri Oct 12 00:24:13 2018 +0800 |
tree | 7f716d37d0cfb9308d41c1a1ad194748a536e321 | |
parent | 47f9a1148e859656c468450ba2cf0c312dd31cb9 [diff] [blame] |
Create local instance with remote image Bug: 117306227 Test: m acloud && atest acloud_test && acloud create --local_instance Change-Id: I63904751d408d0a9ee1bcf5c17955a396d09c781
diff --git a/internal/constants.py b/internal/constants.py index 2ca62f2..80d22d0 100755 --- a/internal/constants.py +++ b/internal/constants.py
@@ -95,6 +95,7 @@ VNC_PORT = "vnc_port" ADB_PORT = "adb_port" +CMD_LAUNCH_CVD = "launch_cvd" ENV_ANDROID_BUILD_TOP = "ANDROID_BUILD_TOP" LOCALHOST_ADB_SERIAL = "127.0.0.1:%d"