From 8bfbb8a79a74cd805cbd47a5b9364d6e510471c4 Mon Sep 17 00:00:00 2001 From: oxmc Date: Sat, 29 Nov 2025 11:17:58 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3a6cb1..342aec7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### Device specific configuration to build AOSP Android 16 for Raspberry Pi 4 and Raspberry Pi 5. +### Device specific configuration to build AOSP Android 16 (android-16.0.0_r3) for Raspberry Pi 4 and Raspberry Pi 5. Based on [RaspberryVanilla](https://github.com/raspberry-vanilla). *** @@ -74,7 +74,7 @@ lunch pawlet_rpi5_car-bp3a-userdebug 7. Compile: ``` -make bootimage systemimage vendorimage -j$(nproc) +make bootimage systemimage systemextimage vendorimage -j$(nproc) ``` 8. Make flashable image for the device (`rpi4` or `rpi5`):