summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-06-06 12:38:04 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-06-06 12:38:04 -0400
commit2da3d72aef13eaf28c37e9872101d914c5cd768a (patch)
treee4d2e4b349ad2586198dcbc7035067c8c2ba4f35
parentbf17f543f4262cc442a8d6896b5267f5edf0ae52 (diff)
improve instructions for adevtool
-rw-r--r--static/build.html3
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>