Loading tools/rootcanal/Android.bp +4 −9 Original line number Diff line number Diff line Loading @@ -135,7 +135,6 @@ cc_library_static { static_libs: [ "libscriptedbeaconpayload-protos-lite", ], include_dirs: ["packages/modules/Bluetooth/system/gd"], } // This library implements a foreigh function interface over DualModeController Loading Loading @@ -179,7 +178,6 @@ cc_library_host_shared { cflags: [ "-fexceptions", ], include_dirs: ["packages/modules/Bluetooth/system/gd"], } // Generate the python parser+serializer backend for Loading Loading @@ -293,7 +291,6 @@ cc_test_host { static_libs: [ "libbt-rootcanal", ], include_dirs: ["packages/modules/Bluetooth/system/gd"], } // Implement the Bluetooth official LL test suite for root-canal. Loading @@ -313,8 +310,8 @@ python_test_host { "test/LL/CON_/PER/*.py", "test/LL/DDI/ADV/*.py", "test/LL/DDI/SCN/*.py", "test/LMP/LIH/*.py", "test/LMP/*.py", "test/LMP/LIH/*.py", "test/main.py", ], data: [ Loading Loading @@ -367,7 +364,6 @@ cc_test_host { enabled: false, }, }, include_dirs: ["packages/modules/Bluetooth/system/gd"], } // Linux RootCanal Executable Loading Loading @@ -409,14 +405,13 @@ cc_binary_host { enabled: false, }, }, include_dirs: ["packages/modules/Bluetooth/system/gd"], } genrule { name: "rootcanal_hci_packets_cxx_gen", tools: [ ":pdlc", ":pdl_cxx_generator", ":pdlc", ], cmd: "set -o pipefail;" + " $(location :pdlc) $(in) |" + Loading @@ -435,8 +430,8 @@ genrule { genrule { name: "rootcanal_link_layer_packets_cxx_gen", tools: [ ":pdlc", ":pdl_cxx_generator", ":pdlc", ], cmd: "set -o pipefail;" + " $(location :pdlc) $(in) |" + Loading @@ -456,8 +451,8 @@ genrule { genrule { name: "rootcanal_bredr_bb_packets_cxx_gen", tools: [ ":pdlc", ":pdl_cxx_generator", ":pdlc", ], cmd: "set -o pipefail;" + " $(location :pdlc) $(in) |" + Loading tools/rootcanal/CMakeLists.txt +2 −2 Original line number Diff line number Diff line set(BT_ROOT ${AOSP_ROOT}/packages/modules/Bluetooth/system) set(BT_ROOT ${AOSP_ROOT}/packages/modules/Bluetooth) set(ROOTCANAL_ROOT ${AOSP_ROOT}/packages/modules/Bluetooth/tools/rootcanal) set(PDL_ROOT ${AOSP_ROOT}/external/rust/crates/pdl-compiler) Loading Loading @@ -166,7 +166,7 @@ target_include_directories(libbt-rootcanal.headers INTERFACE ${ROOTCANAL_ROOT}) target_link_libraries(libbt-rootcanal.headers INTERFACE android-emu-base-headers) android_license(TARGET "libbt-rootcanal.headers" LIBNAME None SPDX Apache-2.0 LICENSE Apache-2.0 LOCAL "${BT_ROOT}/../NOTICE") LICENSE Apache-2.0 LOCAL "${BT_ROOT}/NOTICE") android_add_library( TARGET librootcanal_log Loading Loading
tools/rootcanal/Android.bp +4 −9 Original line number Diff line number Diff line Loading @@ -135,7 +135,6 @@ cc_library_static { static_libs: [ "libscriptedbeaconpayload-protos-lite", ], include_dirs: ["packages/modules/Bluetooth/system/gd"], } // This library implements a foreigh function interface over DualModeController Loading Loading @@ -179,7 +178,6 @@ cc_library_host_shared { cflags: [ "-fexceptions", ], include_dirs: ["packages/modules/Bluetooth/system/gd"], } // Generate the python parser+serializer backend for Loading Loading @@ -293,7 +291,6 @@ cc_test_host { static_libs: [ "libbt-rootcanal", ], include_dirs: ["packages/modules/Bluetooth/system/gd"], } // Implement the Bluetooth official LL test suite for root-canal. Loading @@ -313,8 +310,8 @@ python_test_host { "test/LL/CON_/PER/*.py", "test/LL/DDI/ADV/*.py", "test/LL/DDI/SCN/*.py", "test/LMP/LIH/*.py", "test/LMP/*.py", "test/LMP/LIH/*.py", "test/main.py", ], data: [ Loading Loading @@ -367,7 +364,6 @@ cc_test_host { enabled: false, }, }, include_dirs: ["packages/modules/Bluetooth/system/gd"], } // Linux RootCanal Executable Loading Loading @@ -409,14 +405,13 @@ cc_binary_host { enabled: false, }, }, include_dirs: ["packages/modules/Bluetooth/system/gd"], } genrule { name: "rootcanal_hci_packets_cxx_gen", tools: [ ":pdlc", ":pdl_cxx_generator", ":pdlc", ], cmd: "set -o pipefail;" + " $(location :pdlc) $(in) |" + Loading @@ -435,8 +430,8 @@ genrule { genrule { name: "rootcanal_link_layer_packets_cxx_gen", tools: [ ":pdlc", ":pdl_cxx_generator", ":pdlc", ], cmd: "set -o pipefail;" + " $(location :pdlc) $(in) |" + Loading @@ -456,8 +451,8 @@ genrule { genrule { name: "rootcanal_bredr_bb_packets_cxx_gen", tools: [ ":pdlc", ":pdl_cxx_generator", ":pdlc", ], cmd: "set -o pipefail;" + " $(location :pdlc) $(in) |" + Loading
tools/rootcanal/CMakeLists.txt +2 −2 Original line number Diff line number Diff line set(BT_ROOT ${AOSP_ROOT}/packages/modules/Bluetooth/system) set(BT_ROOT ${AOSP_ROOT}/packages/modules/Bluetooth) set(ROOTCANAL_ROOT ${AOSP_ROOT}/packages/modules/Bluetooth/tools/rootcanal) set(PDL_ROOT ${AOSP_ROOT}/external/rust/crates/pdl-compiler) Loading Loading @@ -166,7 +166,7 @@ target_include_directories(libbt-rootcanal.headers INTERFACE ${ROOTCANAL_ROOT}) target_link_libraries(libbt-rootcanal.headers INTERFACE android-emu-base-headers) android_license(TARGET "libbt-rootcanal.headers" LIBNAME None SPDX Apache-2.0 LICENSE Apache-2.0 LOCAL "${BT_ROOT}/../NOTICE") LICENSE Apache-2.0 LOCAL "${BT_ROOT}/NOTICE") android_add_library( TARGET librootcanal_log Loading