diff options
author | 2023-02-21 15:46:04 +0000 | |
---|---|---|
committer | 2023-02-21 15:46:04 +0000 | |
commit | e6c37e029b0e80b9f10f534c13938e299abea5a0 (patch) | |
tree | e4e8a406e08696955b2b8688fcbf92b4d8c04a90 /build/apex/art_apex_test.py | |
parent | 2d16682a5b655b274f03e0c4b2b4b21d9de831a2 (diff) | |
parent | f3b0634cd97711fd368403bbdfcbdb42eb0107b8 (diff) |
riscv64: add initial support for ART. am: 4184f23701 am: f3b0634cd9
Original change: https://android-review.googlesource.com/c/platform/art/+/2402707
Change-Id: Ic634e50df691215ec54a943d8b55dd35c57bc0da
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' |