Update com.android.runtime prebuilts from android14-dev.

This fixes the ArtdPreRebootTest failure on LUCI.

Steps to generate:
repo init -u
sso://android.git.corp.google.com/platform/manifest -b android14-dev
repo sync

for i in arm arm64 x86 x86_64; do
  banchan com.android.runtime module_$i &&
  m &&
  cp out/target/product/module_$i/system/apex/com.android.runtime.apex prebuilts/runtime/mainline/runtime/apex/com.android.runtime-$i.apex
; done

Bug: 338201757
Test: test.py
Change-Id: I12d66351a66f44c917ba4562076a35935d96276c
4 files changed