diff options
| author | makefu <github@syntax-fehler.de> | 2017-08-16 12:12:27 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2017-08-16 12:31:57 +0200 | 
| commit | 94f7791024b658556e950603846035eacc3e3337 (patch) | |
| tree | d855fbc4b0da082e86d4b56fac3c6457781da8e9 | |
| parent | edb24e8d7ca7028217f4eebd0354e2f48ec2ef22 (diff) | |
ma tools: add jdk and jre to android packages
| -rw-r--r-- | makefu/2configs/tools/android-pentest.nix | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/tools/android-pentest.nix b/makefu/2configs/tools/android-pentest.nix index 3f65424cc..da8a357ae 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    ];  }  | 
