Android full source root directory에서 다음과 같이 실행한다.
$ make snod
만들어진 System image는 $ANDROID_HOME/out/target/product/$TARGET_PRODUCT 에서 확인할 수 있다.
$TARGET_PRODUCT는 Android build system의 configuration 값으로, 특별히 target product를 새로 추가하거나 지정해주지 않은 경우 generic이다.
만들어진 System image 파일 이름은 system.img이다.