From 076cdcab0a59577ed94313f302040cfef4769266 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Tue, 30 Mar 2021 23:01:28 +0000 Subject: Mark an integration python_test_host as not unit tests Change-Id: I6f084f7b86abd1f78efd9984a0979ed0002fc613 Test: presubmit Bug: 183730987 --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 3d0c6e42..eaaf3e3b 100644 --- a/Android.bp +++ b/Android.bp @@ -146,4 +146,7 @@ python_test_host { enabled: true, }, }, + test_options: { + unit_test: false, + }, } -- cgit v1.2.3