commit | 4ec83804fc9494486fa2c5b771ed1525dc336d01 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Thu Oct 31 23:13:22 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Thu Oct 31 23:13:22 2024 +0900 |
tree | 434b59051ebb4ffbf2b4f5806f0abe0e29320594 | |
parent | 7e7f19d292e28fc9f2e4bd4196c4553d9429baf7 [diff] [blame] |
introduce $PACKAGE_NAME in vm_config Bug: 372171883 Test: check config Change-Id: If43cb264c907149ea86a0a4bf17be5d3636c0ac9
diff --git a/build/debian/vm_config.json.x86_64 b/build/debian/vm_config.json.x86_64 index 8a491e4..12f99c3 100644 --- a/build/debian/vm_config.json.x86_64 +++ b/build/debian/vm_config.json.x86_64
@@ -12,7 +12,7 @@ "sharedPath": "/storage/emulated" }, { - "sharedPath": "/data/data/com.google.android.virtualization.terminal/files" + "sharedPath": "/data/data/$PACKAGE_NAME/files" } ], "kernel": "$PAYLOAD_DIR/vmlinuz",