summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-02-16 17:58:14 -0800
committerElliott Hughes <enh@google.com>2018-02-16 17:58:14 -0800
commitdc699a269f6a22af6cbba0f6e1359fde103dc4d3 (patch)
treedb8830dc9e776480c4bc2170d276582d57a9a83a /adb
parent8c0c1ba98939a201f758fc3952ab59c7429132c2 (diff)
downloadcore-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.tar.gz
core-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.tar.bz2
core-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.zip
bpfmt.
Bug: N/A Test: builds Change-Id: I89ad00e1c4c7e0767bc80a7ac7935a4d55e090ac
Diffstat (limited to 'adb')
-rw-r--r--adb/Android.bp60
1 files changed, 30 insertions, 30 deletions
diff --git a/adb/Android.bp b/adb/Android.bp
index 41f7b8952..0858a6c12 100644
--- a/adb/Android.bp
+++ b/adb/Android.bp
@@ -13,39 +13,39 @@
// limitations under the License.
python_binary_host {
- name: "adb_integration_test_adb",
- main: "test_adb.py",
- srcs: [
- "test_adb.py",
- ],
- libs: [
- "adb_py",
- ],
- version: {
- py2: {
- enabled: true,
+ name: "adb_integration_test_adb",
+ main: "test_adb.py",
+ srcs: [
+ "test_adb.py",
+ ],
+ libs: [
+ "adb_py",
+ ],
+ version: {
+ py2: {
+ enabled: true,
+ },
+ py3: {
+ enabled: false,
+ },
},
- py3: {
- enabled: false,
- },
- },
}
python_binary_host {
- name: "adb_integration_test_device",
- main: "test_device.py",
- srcs: [
- "test_device.py",
- ],
- libs: [
- "adb_py",
- ],
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: false,
+ name: "adb_integration_test_device",
+ main: "test_device.py",
+ srcs: [
+ "test_device.py",
+ ],
+ libs: [
+ "adb_py",
+ ],
+ version: {
+ py2: {
+ enabled: true,
+ },
+ py3: {
+ enabled: false,
+ },
},
- },
}