aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2023-06-07 01:47:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-07 01:47:09 +0000
commit858b60492ca55bb0f3c4b24df4f806891342d263 (patch)
tree0e19214520897cb223e32667cab43f3b937bc0d0
parent9fc08c60cdf38347e1ee9e034b33c4fa9b90ed72 (diff)
parenta6c28c4c0b9b751ebcc063e097138b995fd34ff4 (diff)
downloadcpython3-858b60492ca55bb0f3c4b24df4f806891342d263.tar.gz
Define SOABI for riscv64 in cpython am: a6c28c4c0b
Original change: https://android-review.googlesource.com/c/platform/external/python/cpython3/+/2617597 Change-Id: If48acee8daf2ff2a7c18dc35afa5a49b0296cdc3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5154b97a74..47cdaa64bb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -131,6 +131,9 @@ cpython3_cc_defaults {
android_arm64: {
cflags: ["-DSOABI=\"cpython-310android-arm64-android-bionic\""],
},
+ android_riscv64: {
+ cflags: ["-DSOABI=\"cpython-310android-riscv64-android-bionic\""],
+ },
android_x86: {
cflags: ["-DSOABI=\"cpython-310android-x86-android-bionic\""],
},