diff --git a/python/tests/Android.bp b/python/tests/Android.bp index 0e8eef6ef..a65685960 100644 --- a/python/tests/Android.bp +++ b/python/tests/Android.bp @@ -23,7 +23,10 @@ python_test_host { "par_test.py", "testpkg/par_test.py", ], - + // Is not implemented as a python unittest + test_options: { + unit_test: false, + }, version: { py2: { enabled: true, @@ -43,7 +46,10 @@ python_test_host { "par_test.py", "testpkg/par_test.py", ], - + // Is not implemented as a python unittest + test_options: { + unit_test: false, + }, version: { py3: { embedded_launcher: true,