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

Commit 8519add2 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

GD: Only build the Python library for the host

am: e5e37e6a

Change-Id: Ib531db94850762f2e6a6e22632c126001771adee
parents 744f3710 e5e37e6a
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",