From 2c2f26577c3d2a510c0338767100c07c0ce88f39 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 9 Oct 2023 13:34:49 -0400 Subject: [PATCH] use build/envsetup.sh instead of script/envsetup.sh --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index e8b335e6..3a838f26 100644 --- a/static/build.html +++ b/static/build.html @@ -385,7 +385,7 @@ cd ../..

The below commands need to only be run once to initially create a working environment.

yarn install --cwd vendor/adevtool/
-source script/envsetup.sh
+source build/envsetup.sh
 m aapt2

Download, extract and prepare the vendor files:

@@ -403,7 +403,7 @@ m aapt2

Set up the build environment:

-
source script/envsetup.sh
+
source build/envsetup.sh

Select the desired build target (raven is the Pixel 6 Pro):