Regenerate build files with better json file for riscv64

And update instructions

Bug: 269761242
Test: run cuttlefish on x64
Change-Id: I09d66d1981db46cce06dbceaa18d8c17fac5b7c2
This commit is contained in:
Jorge E. Moreira
2023-02-24 12:08:05 -08:00
parent 0679981372
commit 401bd53770
3 changed files with 16040 additions and 35775 deletions

20334
Android.bp

File diff suppressed because it is too large Load Diff

View File

@ -10,8 +10,9 @@ Follow the following steps to update this project:
2.2.4 - Enable dummy audio file (rtc_use_dummy_audio_file_devices to true in webrtc.gni). 2.2.4 - Enable dummy audio file (rtc_use_dummy_audio_file_devices to true in webrtc.gni).
2.2.5 - Disable dav1d decoder (rtc_include_dav1d_in_internal_decoder_factory to false in webrtc.gni). 2.2.5 - Disable dav1d decoder (rtc_include_dav1d_in_internal_decoder_factory to false in webrtc.gni).
2.2.6 - Disable protobuf (rtc_enable_protobuf to false in webrtc.gni). 2.2.6 - Disable protobuf (rtc_enable_protobuf to false in webrtc.gni).
2.2.7 - Run this command: 2.2.7 - Set is_clang to true unconditionally in build/config/BUILDCONFIG.gn
for arch in x64 x86 arm64 arm; do 2.2.8 - Run this command:
for arch in x64 x86 arm64 arm riscv64; do
gn gen out/Debug --args="target_os=\"linux\" target_cpu=\"${arch}\"" --json-file-name=project_${arch}.json --ide=json gn gen out/Debug --args="target_os=\"linux\" target_cpu=\"${arch}\"" --json-file-name=project_${arch}.json --ide=json
done done
2.3 Copy out/Debug/project_*.json into android_tools. 2.3 Copy out/Debug/project_*.json into android_tools.

File diff suppressed because one or more lines are too long