diff options
| author | 2019-07-16 11:44:29 -0700 | |
|---|---|---|
| committer | 2019-07-16 11:44:29 -0700 | |
| commit | 5cb931f9744885c6379ba1f78a2dc502044b01fb (patch) | |
| tree | d51ba355292410b28b9605e1c42d0e9e39777165 | |
| parent | acdd8c8dc6676f39201d2bd9c9b9164ad71058ce (diff) | |
| parent | c00d6819386dc85ac060d12d3e814022156c6af0 (diff) | |
Merge "Add binderLibTest to device-tests suite" am: 8da4bf32a1 am: 38e4009a56 am: eb3900a717
am: c00d681938
Change-Id: Ic5ba1990774d2a1b2c0f3f05b5960203c0306f91
| -rw-r--r-- | libs/binder/tests/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp index b465681af1..1d6db79330 100644 --- a/libs/binder/tests/Android.bp +++ b/libs/binder/tests/Android.bp @@ -71,6 +71,7 @@ cc_test { "libbinder", "libutils", ], + test_suites: ["device-tests"], } cc_test { |