commit | 88ae917dbacd84db9e28305eeb2e8b55265fbf2d | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Oct 18 17:27:55 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Sun Oct 20 12:17:32 2024 +0900 |
tree | 4fc094f010a0d14770031513883ced2aaf680476 | |
parent | 5a547efc872171dc833822c60bfc5ec80feb3a14 [diff] [blame] |
Install vm payload from /sdcard to /data/data/app Bug: 373248801 Bug: 374244795 Test: build and run Change-Id: I96124eb14bacc03365999f8d7ee31a8ff17ceb99
diff --git a/libs/vm_launcher_lib/Android.bp b/libs/vm_launcher_lib/Android.bp index 5267508..f47f6b6 100644 --- a/libs/vm_launcher_lib/Android.bp +++ b/libs/vm_launcher_lib/Android.bp
@@ -13,6 +13,7 @@ static_libs: [ "gson", "debian-service-grpclib-lite", + "apache-commons-compress", ], libs: [ "framework-virtualization.impl",