[API] Include libvm_payload in Microdroid
Bug: 255920361 Test: atest MicrodroidTests Change-Id: I295f723cb73ae834be9515ac32a6672ca46c763b
This commit is contained in:
parent
347479aac8
commit
2e57b08795
|
@ -89,6 +89,8 @@ android_system_image {
|
|||
// TODO(b/195425111) these should be added automatically
|
||||
"libcrypto", // used by many (init_second_stage, microdroid_manager, toybox, etc)
|
||||
"liblzma", // used by init_second_stage
|
||||
|
||||
"libvm_payload", // used by payload to interact with microdroid manager
|
||||
] + microdroid_shell_and_utilities,
|
||||
multilib: {
|
||||
common: {
|
||||
|
|
Loading…
Reference in New Issue