summaryrefslogtreecommitdiffstats
path: root/development/android-tools
diff options
context:
space:
mode:
author B. Watson2022-03-15 18:44:57 +0100
committer B. Watson2022-03-17 17:38:17 +0100
commit8c4e7e041ca2e069b984285b2f74b97e244e3082 (patch)
tree289ee109d5515b2a7e3b74e6f02fce4d9a8a2bae /development/android-tools
parent4775475ccf1ddf0607bd5dad18afaa83afb78441 (diff)
downloadslackbuilds-8c4e7e041ca2e069b984285b2f74b97e244e3082.tar.gz
development/android-tools: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/android-tools')
-rw-r--r--development/android-tools/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/android-tools/README b/development/android-tools/README
index 6cbb93b0b5..f84cf9798e 100644
--- a/development/android-tools/README
+++ b/development/android-tools/README
@@ -1,2 +1,6 @@
These are the adb, append2simg, fastboot, img2simg, mke2fs.android
and simg2img tools from the android sdk.
+
+Warning: This SlackBuild requires network access when it runs, meaning
+it downloads files from the Internet with root access. You should
+decide for yourself whether or not you think this is a good idea.