summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
author Ulya Trafimovich <skvadrik@google.com> 2023-02-21 14:45:03 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-02-21 14:45:03 +0000
commitf3b0634cd97711fd368403bbdfcbdb42eb0107b8 (patch)
treee4e8a406e08696955b2b8688fcbf92b4d8c04a90 /build/apex/art_apex_test.py
parentabcb3718bd6aa433eeeb5a626a2c1db4a5665ec5 (diff)
parent4184f23701a64e9902ffced803968fcc5601764b (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-xbuild/apex/art_apex_test.py2
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'