platform_build/target/board/generic_riscv64
Ulya Trofimovich cc5c6a74ee Revert "Disable dexpreopt for aosp_riscv64"
This reverts commit ae7f543b7c.

Reason for revert: Enabling dexpreopt for RISC-V (there is still no
  compiler support, but dex2oat runs in verification mode and does
  not attempt any compilation with https://r.android.com/2510739).

Change-Id: I0a6d0416bec51131f0a54c7ff5b0e194728452b1
2023-03-28 13:15:35 +00:00
..
BoardConfig.mk Revert "Disable dexpreopt for aosp_riscv64" 2023-03-28 13:15:35 +00:00
device.mk Add initial files for aosp_riscv64 target 2022-10-05 12:04:31 -07:00
README.txt Add initial files for aosp_riscv64 target 2022-10-05 12:04:31 -07:00
system_ext.prop Add initial files for aosp_riscv64 target 2022-10-05 12:04:31 -07:00

The "generic_riscv64" product defines a non-hardware-specific riscv64 target
without a bootloader.

It is also the target to build the generic kernel image (GKI).

It is not a product "base class"; no other products inherit
from it or use it in any way.