diff --git a/Android.bp b/Android.bp index 60f2468..133073d 100644 --- a/Android.bp +++ b/Android.bp @@ -36,6 +36,7 @@ cc_test { srcs: ["power_test.cpp"], static_libs: ["libpower"], shared_libs: ["android.system.suspend@1.0"], + test_suites: ["device-tests"], } cc_library_shared { diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 0000000..c20fbd7 --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "libpower_test" + } + ] +}