Make crash_dump.policy a dependency of crash_dump.
debuggerd_test depends on it, and the easiest way to ensure that the file is available when running the tests is to make it a dependency of crash_dump. Change-Id: Iebea8e0c49d8d49d52a434e4194e870793758988
This commit is contained in:
parent
2e7bc19fc2
commit
a2739dae4e
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…
Add table
Reference in a new issue