diff options
author | 2023-02-21 14:45:03 +0000 | |
---|---|---|
committer | 2023-02-21 14:45:03 +0000 | |
commit | f3b0634cd97711fd368403bbdfcbdb42eb0107b8 (patch) | |
tree | e4e8a406e08696955b2b8688fcbf92b4d8c04a90 /build/apex/art_apex_test.py | |
parent | abcb3718bd6aa433eeeb5a626a2c1db4a5665ec5 (diff) | |
parent | 4184f23701a64e9902ffced803968fcc5601764b (diff) |
riscv64: add initial support for ART. am: 4184f23701
Original change: https://android-review.googlesource.com/c/platform/art/+/2402707
Change-Id: Ieb71097c77805bdfc1720eb332de13dffa16d921
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-x | build/apex/art_apex_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py index 6e58cf634e..f55e3523c9 100755 --- a/build/apex/art_apex_test.py +++ b/build/apex/art_apex_test.py @@ -44,7 +44,7 @@ BITNESS_ALL = [BITNESS_32, BITNESS_64, BITNESS_MULTILIB, BITNESS_AUTO] # Architectures supported by APEX packages. ARCHS_32 = ["arm", "x86"] -ARCHS_64 = ["arm64", "x86_64"] +ARCHS_64 = ["arm64", "riscv64", "x86_64"] # Multilib options MULTILIB_32 = '32' |