diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-15 13:44:57 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:17 -0400 |
commit | 8c4e7e041ca2e069b984285b2f74b97e244e3082 (patch) | |
tree | 289ee109d5515b2a7e3b74e6f02fce4d9a8a2bae /development | |
parent | 4775475ccf1ddf0607bd5dad18afaa83afb78441 (diff) |
development/android-tools: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development')
-rw-r--r-- | development/android-tools/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/android-tools/README b/development/android-tools/README index 6cbb93b0b5ff..f84cf9798e3c 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. |