diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-09 13:34:49 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-09 13:34:49 -0400 |
| commit | 2c2f26577c3d2a510c0338767100c07c0ce88f39 (patch) | |
| tree | 4c03b336bbea23378013e8c2f65f59b3a342858a /static | |
| parent | d90ae02476bb980334cfff3a4602193fe3855537 (diff) | |
use build/envsetup.sh instead of script/envsetup.sh
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 4 |
1 files 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 ../..</pre> <p>The below commands need to only be run once to initially create a working environment.</p> <pre>yarn install --cwd vendor/adevtool/ -source script/envsetup.sh +source build/envsetup.sh m aapt2</pre> <p>Download, extract and prepare the vendor files:</p> @@ -403,7 +403,7 @@ m aapt2</pre> <p>Set up the build environment:</p> - <pre>source script/envsetup.sh</pre> + <pre>source build/envsetup.sh</pre> <p>Select the desired build target (<code>raven</code> is the Pixel 6 Pro):</p> |
