Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 979 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 979 Bytes

FUCK JACK (V2)

Tired of your AOSP (Android Open Source Project) 7.X builds failing because JAVA and JAVAC are running out of memory? Well, this is because of the Jack server. If you have less than 16GB of RAM, this is a common issue. Use one of these scripts before compilation and it may save you a few headaches.

How to get it

  git clone git://github.com/mikecriggs/fuckjack.git fuckjack

User input dependent script

  cd fuckjack
  cp fuckjack.sh ~/<YOUR AOSP SOURCE DIRECTORY>
  cd <YOUR AOSP SOURCE DIRECTORY>
  ./fuckjack.sh

Automated script (no user input)

  cd fuckjack
  cp auto-fuckjack.sh ~/<YOUR AOSP SOURCE DIRECTORY>
  cd <YOUR AOSP SOURCE DIRECTORY>
  ./auto-fuckjack.sh
 

You may use this script or any part of it in any project without any permission or licensing.

This is no longer a build script. Please use this BEFORE using your own build script or building manually.