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/build/debian/vm_config.json.aarch64 b/build/debian/vm_config.json.aarch64 index 2841e6d..c9a16bf 100644 --- a/build/debian/vm_config.json.aarch64 +++ b/build/debian/vm_config.json.aarch64
@@ -2,7 +2,7 @@ "name": "debian", "disks": [ { - "image": "$DATA_DIR/image.raw", + "image": "$PAYLOAD_DIR/image.raw", "partitions": [], "writable": true }