summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-16 12:12:27 +0200
committermakefu <github@syntax-fehler.de>2017-08-16 12:31:57 +0200
commit94f7791024b658556e950603846035eacc3e3337 (patch)
treed855fbc4b0da082e86d4b56fac3c6457781da8e9 /makefu
parentedb24e8d7ca7028217f4eebd0354e2f48ec2ef22 (diff)
ma tools: add jdk and jre to android packages
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/tools/android-pentest.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/tools/android-pentest.nix b/makefu/2configs/tools/android-pentest.nix
index 3f65424c..da8a357a 100644
--- a/makefu/2configs/tools/android-pentest.nix
+++ b/makefu/2configs/tools/android-pentest.nix
@@ -10,5 +10,8 @@
apktool
jd-gui
android-studio
+ jdk
+ jre
+ openssl
];
}