Skip to content

kjjjnob/fuckjack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%