summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNolen Johnson <johnsonnolen@gmail.com>2020-04-26 19:00:51 -0400
committerNolen Johnson <johnsonnolen@gmail.com>2020-04-27 01:38:30 +0200
commite74f6bd48162f2bce25eab8ef7a427fa073891c5 (patch)
tree921f1aa0ac889cbd10046e476650fbd59c24ba25
parent0b9c76baf445a7d496714103046acb70974cee58 (diff)
downloadlineage_wiki-e74f6bd48162f2bce25eab8ef7a427fa073891c5.tar.gz
lineage_wiki-e74f6bd48162f2bce25eab8ef7a427fa073891c5.tar.bz2
lineage_wiki-e74f6bd48162f2bce25eab8ef7a427fa073891c5.zip
wiki: templates: device_build: Note that platform tools zip name may vary
* Also these are platform tools, not the sdk. Change-Id: I55704c56b70d01971e44611d5613771732306ca9
-rw-r--r--_includes/templates/device_build.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/_includes/templates/device_build.md b/_includes/templates/device_build.md
index 86ddcb4a..d41cb856 100644
--- a/_includes/templates/device_build.md
+++ b/_includes/templates/device_build.md
@@ -39,7 +39,7 @@ Let's begin!
{% include alerts/note.html content="You only need to do these steps once. If you have already prepared your build environment and downloaded the source code,
skip to [Prepare the device-specific code](#prepare-the-device-specific-code)" %}
-### Install the SDK
+### Install the platform-tools
If you haven't previously installed `adb` and `fastboot`, you can [download them from Google](https://dl.google.com/android/repository/platform-tools-latest-linux.zip).
Extract it running:
@@ -48,6 +48,8 @@ Extract it running:
unzip platform-tools-latest-linux.zip -d ~
```
+{% include alerts/tip.html content="The file may not be named identically to what stands in this command, so adjust accordingly." %}
+
Now you have to add `adb` and `fastboot` to your PATH. Open `~/.profile` and add the following:
```