Code Monkey home page Code Monkey logo

android's Introduction

LiquidSmooth Source

To get started with LiquidSmooth, you'll need to get familiar with Git and Repo.

Create the Directories

You will need to set up some directories in your build environment.

To create them run:

mkdir -p ~/bin
mkdir -p ~/liquid

Install the Repository

Enter the following to download the "repo" binary:

curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

chmod a+x ~/bin/repo

You may need to reboot for these changes to take effect. Now enter the following to initialize the repository:

cd ~/liquid

Repositories:

Before you continue --> run this in the terminal

repo init -u git://github.com/LiquidSmooth/android.git -b kitkat

repo sync

Building the System

Build LiquidSmooth with the following command

./build-liquid.sh {options} {device}

Use the following as options...

Options:
-c# Cleanin options before build:
        c1 - make clean
        c2 - make dirty
        c3 - make magic
        c4 - make kernelclean
-d  Use dex optimizations
-i  Static Initlogo
-j# Set jobs
-s  Sync before build
-p  Build using pipe
-o# Select GCC O Level
        Valid O Levels are
        1 (Os) or 3 (O3)
-v  Verbose build output

Example:

./build-liquid.sh -c3 -p -o3 -j18 hammerhead

android's People

Contributors

austrie avatar aways avatar bunchies101 avatar cco3 avatar cl3kener avatar cpa-poke avatar deadman96385 avatar hiemanshu avatar iid4x avatar jbirdvegas avatar jdkoreclipse avatar johnnyslt avatar jsnweitzel avatar liquid0624 avatar mnm9994u avatar nocoast avatar olddroid avatar pcamp96 avatar ptichalouf avatar raymanfx avatar santod avatar somber73 avatar spearce avatar sspencer10 avatar sspencer10ls avatar sublimefox avatar thebr0ken avatar toxicthunder avatar wangyou avatar winner00 avatar

Watchers

 avatar  avatar  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.