Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2135e063 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Packet: Remove extension suffix for Linux x86_64 build"

parents 3c35d1bf 237dec52
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -605,7 +605,11 @@ cc_defaults {
      linux_glibc_x86_64: {
          include_dirs: ["external/python/cpython3/android/linux_x86_64/pyconfig"],
          cflags: ["-DSOABI=\"cpython-38android-x86_64-linux-gnu\""],
          suffix: ".cpython-38android-x86_64-linux-gnu",
          // Commenting out the Linux suffix so that cpython-38-x86_64-linux-gnu
          // Python 3.8 can also import the untagged .so library per PEP 3149
          // Keep this change until Android py3-cmd can run ACTS, gRPC and can
          // Export Python native symbols such as PyType_Type
          // suffix: ".cpython-38android-x86_64-linux-gnu",
      },
      windows: {
          enabled: false,