diff --git a/adb/Android.bp b/adb/Android.bp index 53f440429..2a88de5e1 100644 --- a/adb/Android.bp +++ b/adb/Android.bp @@ -486,7 +486,7 @@ python_test_host { }, } -python_binary_host { +python_test_host { name: "adb_integration_test_device", main: "test_device.py", srcs: [ @@ -495,6 +495,8 @@ python_binary_host { libs: [ "adb_py", ], + test_config: "adb_integration_test_device.xml", + test_suites: ["general-tests"], version: { py2: { enabled: true, diff --git a/adb/adb_integration_test_device.xml b/adb/adb_integration_test_device.xml new file mode 100644 index 000000000..b89237734 --- /dev/null +++ b/adb/adb_integration_test_device.xml @@ -0,0 +1,29 @@ + + + +