Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c412d39f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Introduce bluetooth_flags_c_lib_for_test" into main

parents 8f6faba3 3ecfc068
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -96,3 +96,14 @@ cc_aconfig_library {
    ],
    min_sdk_version: "Tiramisu",
}

cc_aconfig_library {
    name: "bluetooth_flags_c_lib_for_test",
    aconfig_declarations: "bluetooth_aconfig_flags",
    mode: "test",
    host_supported: true,
    visibility: [
        "//packages/modules/Bluetooth/system:__subpackages__",
    ],
    min_sdk_version: "Tiramisu",
}