diff --git a/docs/getting_started/index.md b/docs/getting_started/index.md index a354339a..8a1e6dd7 100644 --- a/docs/getting_started/index.md +++ b/docs/getting_started/index.md @@ -71,6 +71,14 @@ as long as the bootloader remains unlocked. Otherwise, a fresh install of Android 13 followed by the manual steps above for flashing the `other` slot should be used as a last resort. +Starting in Android 14, `pvmfw.img` can be built using the Android Build system: +``` +lunch # where PRODUCT_BUILD_PVMFW_IMAGE=true +m pvmfwimage # partition image under ${ANDROID_PRODUCT_OUT}/pvmfw.img +``` +Note that the result is not intended to be used in Android 13 as not +backward-compatibility is guaranteed. + ## Running demo app The instruction is [here](../../demo/README.md).