From ecda1d7457793694c667ae5f5be46f8c2ddbf045 Mon Sep 17 00:00:00 2001 From: Seungjae Yoo Date: Wed, 11 May 2022 05:55:03 +0000 Subject: [PATCH] Fix typo at microdroid/README.md Test: N/A Change-Id: I43234a76f474ff88b09b85461a8ce14e8c11d6fa --- microdroid/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microdroid/README.md b/microdroid/README.md index a6521394..681c23a9 100644 --- a/microdroid/README.md +++ b/microdroid/README.md @@ -7,7 +7,7 @@ intended to host headless & native workloads only. ## Prerequisites -Any 64-bit target (either x86_64 or arm64) is supported. 32-bit target is not +Any 64-bit target (either x86\_64 or arm64) is supported. 32-bit target is not supported. Note that we currently don't support user builds; only userdebug builds are supported. @@ -36,7 +36,7 @@ adb install out/dist/com.android.virt.apex adb reboot ``` -If your target is x86_64 (e.g. `aosp_cf_x86_64_phone`), replace `aosp_arm64` +If your target is x86\_64 (e.g. `aosp_cf_x86_64_phone`), replace `aosp_arm64` with `aosp_x86_64`. ## Building an app