diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-06 12:38:04 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-06 12:38:04 -0400 |
| commit | 2da3d72aef13eaf28c37e9872101d914c5cd768a (patch) | |
| tree | e4d2e4b349ad2586198dcbc7035067c8c2ba4f35 /static | |
| parent | bf17f543f4262cc442a8d6896b5267f5edf0ae52 (diff) | |
improve instructions for adevtool
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 20606566..e7c2dde9 100644 --- a/static/build.html +++ b/static/build.html @@ -382,7 +382,8 @@ cd ../..</pre> <pre>yarn install --cwd vendor/adevtool/ source build/envsetup.sh -TARGET_RELEASE=ap1a m aapt2</pre> +lunch sdk_phone64_x86_64-ap1a-user +m aapt2</pre> <p>Download, extract and prepare the vendor files:</p> |
