#!/bin/sh -e
#
# Google officially recommends `apt-get install adb` for installing
# the udev rules, so we should keep it working:
# https://developer.android.com/studio/run/device.html

apt-get update
apt-get -qy install --install-recommends android-tools-adb
test -e /lib/udev/rules.d/51-android.rules
