Giter Club home page Giter Club logo

x15-kernel-lg-f800's Introduction

  1. Android build
  • Download original android source code ( android-9.0.0_r37 ) from http://source.android.com ( $repo init -u https://android.googlesource.com/platform/manifest -b android-9.0.0_r37 $repo sync -cdq -j12 --no-tags $repo start android-9.0.0_r37 --all )

  • Then, merge the source into the android source code

  • Run following scripts to build android a) source build/envsetup.sh b) lunch 1 c) make -j4

  • When you compile the android source code, you have to add google original prebuilt source(toolchain) into the android directory.

  • After build, you can find output at out/target/product/generic

  1. Kernel Build
  • Uncompress using following command at the android directory

    a) tar -xvzf *_Kernel_Pie.tar.gz

  • When you compile the kernel source code, you have to add google original "prebuilt" source(toolchain) into the android directory.

  • Run following scripts to build kernel

    a) cd kernel/msm-4.14 b) mkdir -p out c) make ARCH=arm64 O=./out elsa_lgu_kr-perf_defconfig d) make ARCH=arm64 O=./out CROSS_COMPILE=$(pwd)/../../prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android- KERNEL_COMPRESSION_SUFFIX=gz -j4

  • "-j4" : The number, 4, is the number of multiple jobs to be invoked simultaneously.
  • After build, you can find the build image(zImage) at kernel/msm-4.14/out/arch/arm64/boot

x15-kernel-lg-f800's People

Watchers

 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.