summarylogtreecommitdiffstats
path: root/fb-adb-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'fb-adb-git.install')
-rw-r--r--fb-adb-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/fb-adb-git.install b/fb-adb-git.install
new file mode 100644
index 000000000000..745582858d1c
--- /dev/null
+++ b/fb-adb-git.install
@@ -0,0 +1,9 @@
+post_install(){
+ echo "
+ NOTE: The fb-adb-android-arm.zip archive contains a build of fb-adb
+ compatible with Android devices that have an ARM CPU. To use fb-adb to
+ communicate with an Android device, this must be deployed to
+ /system/bin/fb-adb (or /system/xbin/fb-adb if the /system/xbin directory is
+ used by the ROM)
+ "
+}