GD: Only build the Python library for the host am: 45d02b7a2d am: c496bcdc11
am: f2ffd0c912

Change-Id: I9bf5da15b98a74a0ad429d70b66fc59ca918a479
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",