Git Product home page Git Product logo

android's Introduction

H4K3ROM is a LineageOS based ROM Getting started mkdir H4K3ROM && cd H4K3ROM

repo init -u git://github.com/H4K3ROM/android.git -b lineage-18.1

/// Configure jack
Jack is the currently used Java toolchain for building LineageOS is known to run out of memory often if not configured correctly - a simple fix is to run this command:

$ export ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4G" Adding that command to your ~/.bashrc file will automatically configure Jack to allocate a sufficient amount of memory (in this case, 4GB).

OPTIONAL: Turn on cache to speed up build $ export USE_CCACHE=1 add that line to your ~/.bashrc file. Then, specify the max amount of disk space you want ccache: $ ccache -M 80G

/// then do ///

$ repo sync --force-sync && . build/envsetup.sh && LLVM_ENABLE_THREADS=2 && brunch bonito

android's People

Contributors

mikeng avatar rmcc avatar hyperb1iss avatar ryzenforce990 avatar bgcngm avatar luca020400 avatar invisiblek avatar luk1337 avatar rashed97 avatar koush avatar haggertk avatar intervigilium avatar npjohnson avatar sam3000 avatar ciwrl avatar zwliew avatar pipipig233666 avatar webgeek1234 avatar arco avatar ctso avatar chirayudesai avatar h4k3rom avatar aviraxp avatar moetayuko avatar javelinanddart avatar tdm avatar bvlj avatar jrior001 avatar 0xd34d avatar codeworkx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.