From 60418c987e7e7b2b429e52b8c8ae917d09bb1795 Mon Sep 17 00:00:00 2001 From: Carlo Dandan Date: Sat, 17 Feb 2024 10:31:16 +0800 Subject: [PATCH] readme: Added one more note for ofox build vars. Signed-off-by: Carlo Dandan --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a5969..a917abd 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,5 @@ Compile your first custom recovery from OrangeFox Recovery using Github Action. * BUILD_TARGET (`boot`, `recovery`, `vendorboot`) # Note -This action will now only support manifest 12.1 and 11.0, since all orangefox manifest below 11.0 are considered obsolete. \ No newline at end of file +* This action will now only support manifest 12.1 and 11.0, since all orangefox manifest below 11.0 are considered obsolete. +* Make sure your tree uses right variable (updated vars) from OrangeFox; [fox_11.0](https://gitlab.com/OrangeFox/vendor/recovery/-/blob/fox_11.0/orangefox_build_vars.txt) and [fox_12.1](https://gitlab.com/OrangeFox/vendor/recovery/-/blob/fox_12.1/orangefox_build_vars.txt), to avoid build erros.