GD: Only build the Python library for the host
am: 45d02b7a2d
Change-Id: Ib531db94850762f2e6a6e22632c126001771adee
diff --git a/gd/Android.bp b/gd/Android.bp
index 46108c6..9145772 100644
--- a/gd/Android.bp
+++ b/gd/Android.bp
@@ -618,13 +618,12 @@
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",