blob: a7b5c2a4fc79cb9c088403de936d4127a7f5fd08 [file] [log] [blame]
#!/usr/bin/python3
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import android_installer
import sys
if __name__ == '__main__':
android_installer.AndroidInstaller(sys.argv[1:]).main()