diff options
author | 2023-02-21 16:59:35 +0000 | |
---|---|---|
committer | 2023-02-21 16:59:35 +0000 | |
commit | 3123f15e5662d503226bfa58af1b4a39decad188 (patch) | |
tree | fa1c2fb1c8735629898b750e0f9326ba87fa08c1 /build/apex/art_apex_test.py | |
parent | 7a9719ca5c1018f4bcd03c626a1858e0d1c3822e (diff) | |
parent | e6c37e029b0e80b9f10f534c13938e299abea5a0 (diff) |
riscv64: add initial support for ART. am: 4184f23701 am: f3b0634cd9 am: e6c37e029b
Original change: https://android-review.googlesource.com/c/platform/art/+/2402707
Change-Id: I2a92a0a1e0f95f999306b22919c56c861c545f18
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 b56c501c3f..70f1da039b 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' |