From a614a42f435232a8deecc3946bb2bfb1dc19f401 Mon Sep 17 00:00:00 2001 From: AnierinB Date: Tue, 15 Jul 2025 17:09:48 -0700 Subject: [PATCH] tensor_pixel_build_guide: Update initial lunch cmd Oops Signed-off-by: AnierinB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1a96b4..759d2ab 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ croot ```bash -lunch lineage_codename-ap4a-user +lunch lineage_codename-bp2a-user ``` **Note:** After lunching, device dependencies, excluding vendor (proprietary-files/firmware), will be added to a local_manifest in .repo/local_manifests/roomservice.xml and synced via roomservice. Due to missing vendor, this will result in a failed lunch. The resolution for this will be handled in the next step.