Skip to content

CLickDev-Studio/Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClickProject Oreo

ClickProject just an AOSP ROM with some extra features,which provide by OpenSource Projects,Some builds was optimized for each devices or localized.

Credits

How to Build?(The following guide is write for Ubuntu 18.04 LTS)

To initialize your local repository using the ClickProject trees, use a command like this:

repo init -u https://github.com/CLickDev-Studio/Android -b oreo

Then to sync up:

repo sync -c -j4 --force-sync --no-clone-bundle --no-tags

If sync abort

repo sync -c -j4 --force-sync --no-clone-bundle --no-tags

Before build

Install the build packages

sudo apt-get install bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev

Install openjdk-8-jdk

sudo apt-get install openjdk-8-jdk

Finally to build:


  source build/envsetup.sh
  lunch aosp_device_codename-userdebug
  make cp -j4

Please do not forget to go through our website for technical support.

Chinese version/中文版本(大陆用户专用):coding.NET

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors