12 lines
160 B
Plaintext
12 lines
160 B
Plaintext
|
{#
|
||
|
Stuff for accessing Android phones
|
||
|
#}
|
||
|
{% if not termux %}
|
||
|
{% if arch_based %}
|
||
|
android-tools
|
||
|
android-udev
|
||
|
{% elif debian_based %}
|
||
|
adb
|
||
|
{% endif %}
|
||
|
{% endif %}
|