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

Commit f0a5e92d 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

am: d343ff00

Change-Id: Icdb506cc81080058d91e18e98ea8b7a9d91489e9
parents ee745d2a d343ff00
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,