commit | d03d42b5478f9b65f8f0a7807626c4ec9c65ad8a | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Sun Jan 19 17:27:41 2020 -0800 |
committer | Steven Moreland <smoreland@google.com> | Tue Apr 07 22:12:22 2020 +0000 |
tree | 8e563cd28a6ae4d157feda80c088f93899cf4e8d | |
parent | 44e8ff246da8bbf73fa38fa6c95fc3915de0bda1 [diff] [blame] |
flexibility for having extra policy files add an interface to accept a list of additional policy files, instead of just a single file. Also add TEST_MAPPING for presubmit. Bug: 147914640 Test: boot with empty, 1, and 2 element lists, atest Change-Id: I97e8e0ec7b68699838595c09a4a8e7c7eef657c3 Merged-In: I97e8e0ec7b68699838595c09a4a8e7c7eef657c3 (cherry picked from commit 11c1a68778c39564ed37e653d7af6881a2d11ea6)
diff --git a/services/minijail/Android.bp b/services/minijail/Android.bp index 0713a87..5ea6d1e 100644 --- a/services/minijail/Android.bp +++ b/services/minijail/Android.bp
@@ -39,4 +39,5 @@ srcs: [ "av_services_minijail_unittest.cpp", ], + test_suites: ["device-tests"], }