GithubHelp home page GithubHelp logo

prajitdas / androidbuilds Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 3.0 156 MB

A project that will allow users to build custom Android ROMs

License: MIT License

Shell 91.42% Python 8.58%
android custom-android-roms aosp nexus factory-images shell roms

androidbuilds's Introduction

Hi there ๐Ÿ‘‹

androidbuilds's People

Contributors

devacctpkd avatar prajitdas avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

androidbuilds's Issues

Build Cyanogenmod

https://wiki.cyanogenmod.org/w/Build_for_mako

sudo apt-get install bc bison build-essential curl flex git gnupg gperf libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libwxgtk3.0-dev libxml2 libxml2-utils lzop maven openjdk-8-jdk pngcrush schedtool squashfs-tools xsltproc zip zlib1g-dev g++-multilib gcc-multilib lib32ncurses5-dev lib32readline6-dev lib32z1-dev

mkdir -p ~/bin
mkdir -p ~/code/data/cyanogenmod/android/system
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
cd ~/code/data/cyanogenmod/android/system/
repo init -u https://github.com/CyanogenMod/android.git -b cm-14.1
repo sync
source build/envsetup.sh

#if device == mako
breakfast mako
cd ~/code/data/cyanogenmod/android/system/device/lge/mako
./extract-files.sh
croot
brunch mako
#if device == hammerhead
breakfast hammerhead
cd ~/code/data/cyanogenmod/android/system/device/lge/hammerhead
./extract-files.sh
croot
brunch hammerhead
#if device == bullhead
breakfast bullhead
cd ~/code/data/cyanogenmod/android/system/device/lge/bullhead
./extract-files.sh
croot
brunch bullhead

prebuilts/misc/linux-x86/ccache/ccache -M 50G

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.