Loading python/tests/Android.bp +8 −2 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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, Loading Loading
python/tests/Android.bp +8 −2 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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, Loading