Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 936 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 936 Bytes

DESK Opensource

How to build

  1. Setup build environment

  2. Get Android open source from CodeAurora and DESK kernel

    • android version: 7.1.2
    repo init -u https://source.codeaurora.org/quic/la/platform/manifest.git -b release -m LA.UM.5.6.r1-08900-89xx.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable
    
  3. Download the kernel

    git clone https://github.com/clovadevice/desk.git
    
  4. Build

    cd kernel
    make ARCH=arm if_s700n_defconfig
    make mrproper
    make bootimage   
    

License

Please see licenses/NOTICE.html, licenses/NOTICE_line.txt for the full open source license.