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:
parent
24ffa67caf
commit
ea06b0dec2
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ apex {
|
|||
],
|
||||
multilib: {
|
||||
both: {
|
||||
binaries: ["linker"],
|
||||
binaries: [
|
||||
"crash_dump",
|
||||
"linker",
|
||||
],
|
||||
},
|
||||
},
|
||||
key: "com.android.runtime.key",
|
||||
|
|
Loading…
Reference in a new issue