Skip to content

That-Kurt/kk_mt6577

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kk_mt6577 original from LGD685

  1. Android build
  • Download original android source code ( kitkat 4.4.2 ) from http://source.android.com
  • And, merge the source into the android source code
  • Run following scripts to build android a) source build/envsetup.sh b) lunch 1 c) make
  • 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
  • Run in your directory source kernel

  • export your toolchain

  • Run following scripts to build kernel a) ./mk muse77_phone_kk n k

  • After build, you can find the build image at out/target/product/muse77_phone_kk/

  1. how to build chromium_lge (vendor\lge\external\chromium_lge\src), please refer to README.txt at the folder mentioned above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.4%
  • C++ 2.4%
  • Assembly 1.8%
  • Objective-C 0.6%
  • Perl 0.5%
  • Makefile 0.3%