raspberry-vanilla / android_local_manifest

149 stars 58 forks source link

lunch aosp_rpi5-ap3a-userdebug failed immediatly #124

Closed lohriialo closed 2 months ago

lohriialo commented 2 months ago

I've got a new pi5 I want to try and build aosp and ran into the following error, following the instructions here https://github.com/raspberry-vanilla/android_local_manifest/blob/android-15.0/README.md

  Wondering whether to use user, userdebug or eng?

  user        The builds that ship to users. Reduced debugability.
  userdebug   High fidelity to user builds but with some debugging options
              enabled. Best suited for performance testing or day-to-day use
              with debugging enabled.
  eng         More debugging options enabled and faster build times, but
              runtime performance tradeoffs. Best suited for day-to-day
              local development when not doing performance testing.
KonstaT commented 2 months ago

There's no error and that's exactly what's supposed to happen.

lohriialo commented 2 months ago

@KonstaT does that mean it's currently not possible to compile following the instructions here? appreciate a short explaination

KonstaT commented 2 months ago

How would it indicate that?

You've done step 6 (select device and build target), steps 7 & 8 to go (compile & make flashable image).

lohriialo commented 2 months ago

@KonstaT thank you, my bad!