Skip to main content

Android System Compilation Guide

If the development environment is not set up, please refer to Android Development Environment Setup

Rockchip solution compilation is relatively simple with integrated automated build scripts.

1. Select Board to Build

Select from the lunch menu (e.g., 38 for rk3588_box-userdebug).

2. Automated Compilation

Parameters:

  • -U = build uboot
  • -C = build kernel with Clang
  • -K = build kernel
  • -A = build android
  • -p = will build packaging in IMAGE
  • -o = build OTA package
  • -u = build update.img
  • -v = build android with 'user' or 'userdebug'
  • -d = build kernel dts name
  • -V = build version
  • -J = build jobs
  • -S = spl-new