clarify android-tools + android-udev is enough

This commit is contained in:
Daniel Micay 2020-12-23 18:38:03 -05:00
parent a2e032cb82
commit 65c2ac9427

View File

@ -151,7 +151,8 @@
<li>Arch Linux: <code>android-tools</code> provides fastboot and other useful <li>Arch Linux: <code>android-tools</code> provides fastboot and other useful
tools not required for installation such as adb. <code>android-udev</code> tools not required for installation such as adb. <code>android-udev</code>
provides udev rules allowing fastboot and adb to work in local sessions provides udev rules allowing fastboot and adb to work in local sessions
without root.</li> without root. Install both of these packages and skip the section
below on using the standalone platform-tools releases.</li>
<li>Debian and Ubuntu: <code>android-sdk-platform-tools-common</code> provides <li>Debian and Ubuntu: <code>android-sdk-platform-tools-common</code> provides
udev rules allowing fastboot and adb to work in local sessions without root. udev rules allowing fastboot and adb to work in local sessions without root.
The udev rules in Debian and Ubuntu are out-of-date, but it has the necessary The udev rules in Debian and Ubuntu are out-of-date, but it has the necessary