diff --git a/bootstat/Android.bp b/bootstat/Android.bp index 95c9af50e..bc90a6e6a 100644 --- a/bootstat/Android.bp +++ b/bootstat/Android.bp @@ -74,6 +74,7 @@ cc_binary { // ----------------------------------------------------------------------------- cc_test { name: "bootstat_tests", + test_suites: ["device-tests"], defaults: ["bootstat_defaults"], host_supported: true, static_libs: [ diff --git a/bootstat/AndroidTest.xml b/bootstat/AndroidTest.xml new file mode 100644 index 000000000..f3783fa2d --- /dev/null +++ b/bootstat/AndroidTest.xml @@ -0,0 +1,26 @@ + + + + + + \ No newline at end of file