Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chrome.angle] Force Pure RISCV64 Support on Android
Utilize the definition of skip_secondary_abi_for_cq and android_secondary_abi_toolchain directly to support pure RISCV64 on Android. Before RISCV64 introduced into Chromium, every 64-bit ARCH enables its own 32-bit support by default. But for RISCV, Android announced only pure 64-bit would be supported. So for Chromium RISCV64 on Android, one proposed solution based on the commit is to skip the legacy check logic for its 32-bit ABI. Signed-off-by: McKnight22 <[email protected]>
- Loading branch information