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

Commit d343ff00 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

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

am: 2135e063

Change-Id: I9b5f3b0ac809483991ae49f26ed7aae6397f689f
parents c559d3bc 2135e063
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,