Skip to content

naverlabs/away-open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AWAY Opensource

How to build

  1. Setup build environment

  2. Get Android open source from Nexell and AWAY patches

    • android version: 5.1.1
    git clone https://github.com/naverlabs/away-open
    cd away-open
    repo init --depth=1 -u git://git.nexell.co.kr/nexell/android/lollipop/manifest -b lollipop-5.1.1_r6-avn-release_3rd
    repo sync -c
    
  3. Apply the patches

    tar xzvf v39/s5p6818_navi.tar.gz -C device/nexell
    patch -p1 < v39/kernel.diff
    patch -p1 < v39/build.diff
    patch -p1 < v39/u-boot.diff
    patch -p1 < v39/external_sepolicy.diff
    patch -p1 < v39/external_bluetooth.diff
    patch -p1 < v39/vender_siliconcube_avrdude.diff
    patch -p1 < v39/NOTICE.diff
    
  4. Build

    ./device/nexell/s5p6818_navi/build.sh
    make update-api
    ./device/nexell/s5p6818_navi/build.sh
    

License

Please see NOTICE.html for the full open source license

About

AWAY open source repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages