From a2739dae4e889986d522eaa6d28db08315fefb49 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Wed, 2 Feb 2022 17:00:42 -0800 Subject: [PATCH] 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 --- debuggerd/Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp index edcea4461..a541f6e23 100644 --- a/debuggerd/Android.bp +++ b/debuggerd/Android.bp @@ -391,6 +391,9 @@ cc_binary { apex_available: [ "com.android.runtime", ], + + // Required for tests. + required: ["crash_dump.policy"], } cc_binary {