aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:58:08 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:58:08 +0000
commit67d98d7cf54e6f56a137d5a3f7d32b921fc3cb71 (patch)
treeac622b504d672fbb8a71f7b35cff965ed5ceffe8
parente90d78995e537917f3eaca5479a2efff2893d6b0 (diff)
parent4d5a7eb9b40e0d8c540d05bab0e7f66fddbd0b7e (diff)
downloadcpython2-android13-frc-cellbroadcast-release.tar.gz
Snap for 8512216 from 4d5a7eb9b40e0d8c540d05bab0e7f66fddbd0b7e to tm-frc-cellbroadcast-releaset_frc_cbr_330443000android13-frc-cellbroadcast-release
Change-Id: I1b02a38b1be10483d919bca33546c5e6edc88a7f
-rw-r--r--Android.bp15
1 files changed, 8 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index 028957376a..b13d7e417d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -114,10 +114,17 @@ cc_defaults {
linux_glibc_x86: {
enabled: false,
},
+ linux_musl_x86: {
+ enabled: false,
+ },
linux_glibc_x86_64: {
local_include_dirs: ["linux_x86_64/pyconfig"],
cflags: ["-Werror"],
},
+ linux_musl_x86_64: {
+ local_include_dirs: ["linux_x86_64/pyconfig"],
+ cflags: ["-Werror"],
+ },
windows: {
enabled: false,
},
@@ -976,13 +983,7 @@ cc_library_static {
"Modules/_ctypes/libffi/src/x86/darwin64.S",
],
},
- linux_bionic: {
- local_include_dirs: ["linux_x86_64/libffi"],
- srcs: [
- "Modules/_ctypes/libffi/src/x86/unix64.S",
- ],
- },
- linux_glibc_x86_64: {
+ host_linux: {
local_include_dirs: ["linux_x86_64/libffi"],
srcs: [
"Modules/_ctypes/libffi/src/x86/unix64.S",