OSDN Git Service

fix mac build
authorZach Johnson <zachoverflow@google.com>
Thu, 14 Jan 2021 19:54:00 +0000 (11:54 -0800)
committerZach Johnson <zachoverflow@google.com>
Thu, 14 Jan 2021 19:54:00 +0000 (11:54 -0800)
Bug: 177491893
Test: compile
Change-Id: Icc181273d8a771bb908dff4d5708fb2b2c38de18

gd/Android.bp

index c073497..63c105b 100644 (file)
@@ -498,6 +498,7 @@ genrule {
 
 rust_library {
     name: "libbt_packets",
+    defaults: ["gd_rust_defaults"],
     crate_name: "bt_packets",
     srcs: ["rust/packets/lib.rs", ":BluetoothGeneratedPackets_rust"],
     edition: "2018",