Merge "Move crash_dump into the runtime APEX."
This commit is contained in:
commit
ce8af7ff9e
|
@ -28,7 +28,10 @@ apex {
|
|||
],
|
||||
multilib: {
|
||||
both: {
|
||||
binaries: ["linker"],
|
||||
binaries: [
|
||||
"crash_dump",
|
||||
"linker",
|
||||
],
|
||||
},
|
||||
},
|
||||
key: "com.android.runtime.key",
|
||||
|
|
Loading…
Reference in New Issue