| Index: build/android/adb_install_content_shell
|
| diff --git a/build/android/adb_install_content_shell b/build/android/adb_install_content_shell
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..b4d80521339bd3398822a1f23ed33dbceb1433a1
|
| --- /dev/null
|
| +++ b/build/android/adb_install_content_shell
|
| @@ -0,0 +1,7 @@
|
| +#!/bin/bash
|
| +#
|
| +# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +adb install -r ${CHROME_SRC}/out/Release/content_shell/ContentShell-debug.apk
|
|
|