From 99e8731b56e4c69bf08e573aada2d9b7307c0c45 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Thu, 12 May 2022 20:09:54 +0100 Subject: [PATCH] Fix README blockquote markdown syntax --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index de4fe158f..c0b01a5c9 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,7 @@ The baseline profile for this app is located at `app/src/main/baseline-prof.txt` It contains rules that enable AOT compilation of the critical user path taken during app launch. For more information on baseline profiles, read [this document](https://developer.android.com/studio/profile/baselineprofiles). -| Note: The baseline profile needs to be re-generated for release builds that touched code which -| changes app startup. +> Note: The baseline profile needs to be re-generated for release builds that touched code which changes app startup. To generate the baseline profile, select the `benchmark` build variant and run the `BaselineProfileGenerator` benchmark test on an AOSP Android Emulator.