Merge "Make crash_dump.policy a dependency of crash_dump."
This commit is contained in:
commit
efc9366188
1 changed files with 3 additions and 0 deletions
|
@ -391,6 +391,9 @@ cc_binary {
|
|||
apex_available: [
|
||||
"com.android.runtime",
|
||||
],
|
||||
|
||||
// Required for tests.
|
||||
required: ["crash_dump.policy"],
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
|
|
Loading…
Reference in a new issue