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:
Peter Collingbourne 2022-02-02 17:00:42 -08:00
parent 2e7bc19fc2
commit a2739dae4e

View file

@ -391,6 +391,9 @@ cc_binary {
apex_available: [
"com.android.runtime",
],
// Required for tests.
required: ["crash_dump.policy"],
}
cc_binary {