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

Commit fb0cfd1c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Introduce bluetooth_flags_c_lib_for_test" into main am: c412d39f

parents 5ff84ec3 c412d39f
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",
}