Move crash_dump into the runtime APEX.

A future change will introduce a version lock between linker and
crash_dump. Move crash_dump into the runtime APEX alongside linker in order to
ensure that they will be the same version even if the runtime APEX is updated.

Bug: 135772973
Change-Id: I94740f9c45107f08490df639a2e4d589a3044847
Merged-In: I94740f9c45107f08490df639a2e4d589a3044847
This commit is contained in:
Peter Collingbourne 2020-03-17 12:32:34 -07:00
parent 24ffa67caf
commit ea06b0dec2

View file

@ -28,7 +28,10 @@ apex {
],
multilib: {
both: {
binaries: ["linker"],
binaries: [
"crash_dump",
"linker",
],
},
},
key: "com.android.runtime.key",