diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-15 22:35:53 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-15 22:35:53 -0400 |
| commit | 086d1013c5b586fe2bab6b3329b91adcb1092917 (patch) | |
| tree | 4720fd39abe1ac50f0ac1a5dcc035cecd42ed45b | |
| parent | c748d7e9607f443ffe8f736e279728a15c078a6b (diff) | |
explain where to get vendor BUILD_ID
| -rw-r--r-- | static/build.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 84e83bc3..d83859ee 100644 --- a/static/build.html +++ b/static/build.html @@ -397,8 +397,9 @@ source script/envsetup.sh m aapt2</pre> <p>Extract the vendor files corresponding to the matching release with - <code>DEVICE</code> and <code>BUILD_ID</code> variables replaced with the appropriate - values:</p> + <code>DEVICE</code> and <code>BUILD_ID</code> variables replaced with the + appropriate values (can obtain the correct <code>BUILD_ID</code> from + <code>build/make/core/build_id.mk</code>):</p> <pre>DEVICE=raven BUILD_ID=TQ2A.230405.003.E1 |
