According to RISC-V Android SIG, RISC-V Android GitHub Repo has been set up as RISC-V Android Source · GitHub.
Further work on Android will all been added to this repository. Currently, it includes all RISC-V changed android source code to build riscv64 image for RISC-V android emulator.
Here is the commands to download the android 10 RISCV code:
Buiding Process:
1 setup build environment according to
https://source.android.com/setup/develop#installing-repo
https://source.android.com/setup/build/initializing
2 using the following commands to download android 10 RISC-V code
$repo init -u git@github.com:riscv-android-src/manifest.git -b riscv64-android-10.0.0_dev
$repo sync
the build target is “aosp_riscv64-eng”