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

Commit e5e37e6a authored by Myles Watson's avatar Myles Watson
Browse files

GD: Only build the Python library for the host

Bug: 143374372
Test: time the build
Change-Id: I9f79ab803b1a8311c05370431067ec7b7f8cf93e
parent e0f9b01e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -618,13 +618,12 @@ cc_defaults {
  allow_undefined_symbols: true,
}

cc_library{
cc_library_host_shared{
  name: "bluetooth_packets_python3",
  defaults: [
    "gd_defaults",
    "bluetooth_py3_native_extension_defaults"
  ],
  host_supported: true,
  srcs: [
    "packet/python3_module.cc",
    "l2cap/fcs.cc",