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):