Code Monkey home page Code Monkey logo

android_development_manifest's Introduction

Personal Android manifest

This is my personal manifest for Android device ROM developement. Currently I develop for Motorola Moto G5 (cedric).

Android ROM for cedric :

  • LineageOS 15.1 (arm64)
  • TWRP 7.1 (arm64)

How to prepare build

You will need to download the manifest, download the Android source, and then execute the compilation.

Prepare the manifest

# Download the manifest
git clone https://github.com/Akipe/android_development_manifest

Cedric LineageOS 15.1 (arm64)

Prepare and download files :

# Initialize project 
repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-7.1 --current-branch
# Create the directory where manifest are store
mkdir .repo/local_manifests
# Create link for lineageos manifest to the project directory
ln -s /path/to/manifest/directory/cedric_lineageos-15.1-64.xml .repo/local_manifest
# Download all sources
repo sync -j4 -c --force-broken 

Building :

source build/envsetup.sh
lunch
select cedric
make -j$(nproc) recoveryimage

Cedric TWRP 7.1 (arm64)

Prepare and download files :

# Initialize project 
repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-7.1 --current-branch
# Create the directory where manifest are store
mkdir .repo/local_manifests
# Create link for lineageos manifest to the project directory
ln -s /path/to/manifest/directory/cedric_lineageos-15.1-64.xml .repo/local_manifest
# Download all sources
repo sync -j4 -c --force-broken 

Building :

source build/envsetup.sh
lunch
select cedric

android_development_manifest's People

Contributors

akipe avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

gmh5225

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.