Mark adb integration tests as not unit tests am: b099b53b18 am: cc7f8f1396
Original change: https://android-review.googlesource.com/c/platform/packages/modules/adb/+/1653489
Change-Id: I30b62e6642e943e4245836d6da393c71124a3460
diff --git a/Android.bp b/Android.bp
index b4566bf..81d6fa0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -849,6 +849,9 @@
enabled: true,
},
},
+ test_options: {
+ unit_test: false,
+ },
}
python_test_host {
@@ -870,6 +873,9 @@
enabled: true,
},
},
+ test_options: {
+ unit_test: false,
+ },
}
// Note: using pipe for xxd to control the variable name generated