Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2739dae authored by Peter Collingbourne's avatar Peter Collingbourne
Browse files

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
parent 2e7bc19f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -391,6 +391,9 @@ cc_binary {
    apex_available: [
        "com.android.runtime",
    ],

    // Required for tests.
    required: ["crash_dump.policy"],
}

cc_binary {