diff options
-rw-r--r-- | system/audio_hal_interface/Android.bp | 1 | ||||
-rw-r--r-- | system/audio_hal_interface/fuzzer/Android.bp | 1 | ||||
-rw-r--r-- | system/bta/Android.bp | 1 | ||||
-rw-r--r-- | system/btcore/fuzzer/Android.bp | 1 | ||||
-rw-r--r-- | system/build/Android.bp | 1 | ||||
-rw-r--r-- | system/common/Android.bp | 2 | ||||
-rw-r--r-- | system/hci/Android.bp | 2 | ||||
-rw-r--r-- | system/main/Android.bp | 2 | ||||
-rw-r--r-- | system/profile/avrcp/Android.bp | 1 | ||||
-rw-r--r-- | system/rust/Android.bp | 1 | ||||
-rw-r--r-- | system/stack/Android.bp | 2 |
11 files changed, 0 insertions, 15 deletions
diff --git a/system/audio_hal_interface/Android.bp b/system/audio_hal_interface/Android.bp index 208cf2eadf..eface2645f 100644 --- a/system/audio_hal_interface/Android.bp +++ b/system/audio_hal_interface/Android.bp @@ -17,7 +17,6 @@ cc_library_static { "packages/modules/Bluetooth/system/bta/sys", "packages/modules/Bluetooth/system/btif/include", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/stack/include", ], shared_libs: [ diff --git a/system/audio_hal_interface/fuzzer/Android.bp b/system/audio_hal_interface/fuzzer/Android.bp index 0fc5e26792..d96dd789ad 100644 --- a/system/audio_hal_interface/fuzzer/Android.bp +++ b/system/audio_hal_interface/fuzzer/Android.bp @@ -95,7 +95,6 @@ cc_defaults { "packages/modules/Bluetooth/system/bta/include", "packages/modules/Bluetooth/system/btif", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/stack/include", ], fuzz_config: { diff --git a/system/bta/Android.bp b/system/bta/Android.bp index 0805b45f6e..4562bfdcda 100644 --- a/system/bta/Android.bp +++ b/system/bta/Android.bp @@ -23,7 +23,6 @@ cc_defaults { "packages/modules/Bluetooth/system/btif/avrcp", "packages/modules/Bluetooth/system/btif/include", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/internal_include", "packages/modules/Bluetooth/system/stack/btm", "packages/modules/Bluetooth/system/stack/include", diff --git a/system/btcore/fuzzer/Android.bp b/system/btcore/fuzzer/Android.bp index 73c33f014d..2687ff38b2 100644 --- a/system/btcore/fuzzer/Android.bp +++ b/system/btcore/fuzzer/Android.bp @@ -50,7 +50,6 @@ cc_defaults { ], include_dirs: [ "packages/modules/Bluetooth/system", - "packages/modules/Bluetooth/system/gd/rust/shim", ], header_libs: [ "libbluetooth_headers", diff --git a/system/build/Android.bp b/system/build/Android.bp index 52a5850179..3a8400b17f 100644 --- a/system/build/Android.bp +++ b/system/build/Android.bp @@ -48,7 +48,6 @@ cc_defaults { generated_headers: [ "cxx-bridge-header", ], - include_dirs: ["packages/modules/Bluetooth/system/gd/rust/shim"], static_libs: [ "libbluetooth-types", "libbluetooth_rust_interop", diff --git a/system/common/Android.bp b/system/common/Android.bp index c40182d5b7..0a9e948e33 100644 --- a/system/common/Android.bp +++ b/system/common/Android.bp @@ -16,7 +16,6 @@ cc_library_static { include_dirs: [ "packages/modules/Bluetooth/system", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/stack/include", ], srcs: [ @@ -69,7 +68,6 @@ cc_test { include_dirs: [ "packages/modules/Bluetooth/system", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/stack/include", ], srcs: [ diff --git a/system/hci/Android.bp b/system/hci/Android.bp index 3212482c83..d58d609aaa 100644 --- a/system/hci/Android.bp +++ b/system/hci/Android.bp @@ -27,7 +27,6 @@ cc_library_static { "packages/modules/Bluetooth/system/bta/include", "packages/modules/Bluetooth/system/btif/include", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/internal_include", "packages/modules/Bluetooth/system/stack/include", "system/libhwbinder/include", @@ -55,7 +54,6 @@ cc_test { ], include_dirs: [ "packages/modules/Bluetooth/system", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/internal_include", "packages/modules/Bluetooth/system/osi/test", "packages/modules/Bluetooth/system/stack/include", diff --git a/system/main/Android.bp b/system/main/Android.bp index 7db09bbab3..8f246cb51d 100644 --- a/system/main/Android.bp +++ b/system/main/Android.bp @@ -36,7 +36,6 @@ cc_library_static { "packages/modules/Bluetooth/system/embdrv/sbc/decoder/include", "packages/modules/Bluetooth/system/embdrv/sbc/encoder/include", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/internal_include", "packages/modules/Bluetooth/system/stack/a2dp", "packages/modules/Bluetooth/system/stack/avdt", @@ -134,7 +133,6 @@ cc_library_static { "packages/modules/Bluetooth/system/bta/include", "packages/modules/Bluetooth/system/btif/include", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/internal_include", "packages/modules/Bluetooth/system/stack/include", ], diff --git a/system/profile/avrcp/Android.bp b/system/profile/avrcp/Android.bp index 19c5c1d3de..f43c42d9e7 100644 --- a/system/profile/avrcp/Android.bp +++ b/system/profile/avrcp/Android.bp @@ -16,7 +16,6 @@ cc_library_static { include_dirs: [ "packages/modules/Bluetooth/system", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/internal_include", "packages/modules/Bluetooth/system/stack/include", ], diff --git a/system/rust/Android.bp b/system/rust/Android.bp index 7bdc96f70a..f6888250e2 100644 --- a/system/rust/Android.bp +++ b/system/rust/Android.bp @@ -118,7 +118,6 @@ cc_library_static { include_dirs: [ "packages/modules/Bluetooth/system", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/include", "packages/modules/Bluetooth/system/internal_include", "packages/modules/Bluetooth/system/stack/include", diff --git a/system/stack/Android.bp b/system/stack/Android.bp index 197383a7ad..9a452699a9 100644 --- a/system/stack/Android.bp +++ b/system/stack/Android.bp @@ -68,7 +68,6 @@ cc_library_static { "packages/modules/Bluetooth/system/device/include", "packages/modules/Bluetooth/system/gd", "packages/modules/Bluetooth/system/gd/hal", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/internal_include", "packages/modules/Bluetooth/system/udrv/include", "packages/modules/Bluetooth/system/vnd/ble", @@ -197,7 +196,6 @@ cc_library_static { "packages/modules/Bluetooth/system/bta/sys", "packages/modules/Bluetooth/system/btif/include", "packages/modules/Bluetooth/system/gd", - "packages/modules/Bluetooth/system/gd/rust/shim", "packages/modules/Bluetooth/system/internal_include", "packages/modules/Bluetooth/system/udrv/include", "packages/modules/Bluetooth/system/vnd/ble", |