commit | 186b4d9ddde5c937f31428028eb8acc67b0d6898 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Aug 05 16:30:43 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Aug 05 20:00:09 2020 -0700 |
tree | 4ef9afa61ec47dafeb21ace97382e94f89471154 | |
parent | 12d15750feaa841f3d80599074c1b68a430da0d2 [diff] [blame] |
Add libhealthd_charger_test to presubmit. Test: atest --test_mapping Change-Id: Idae68e575f66b53c8b587405856b4a1c532ecadc
diff --git a/healthd/Android.bp b/healthd/Android.bp index 3a7ab75..65eaedd 100644 --- a/healthd/Android.bp +++ b/healthd/Android.bp
@@ -252,4 +252,8 @@ static_libs: [ "libhealthd_charger", ], + test_suites: [ + "general-tests", + "device-tests", + ], }