summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2020-03-30 19:03:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-03-30 19:03:41 +0000
commitce8af7ff9ee9f0e8aa1dcba3fca250bbc53cee7c (patch)
tree755233f68f3a1c34419af2a64e8f0ec2906e73a0
parente7221986c81dc2a45f4928f1ce25e666f834062d (diff)
parentea06b0dec2b2c41ca5aa32dd4e9185dd8769cf18 (diff)
Merge "Move crash_dump into the runtime APEX."
-rw-r--r--apex/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index f62f930ed..f6820d139 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -28,7 +28,10 @@ apex {
],
multilib: {
both: {
- binaries: ["linker"],
+ binaries: [
+ "crash_dump",
+ "linker",
+ ],
},
},
key: "com.android.runtime.key",