xref: /aosp_15_r20/hardware/interfaces/bluetooth/audio/flags/Android.bp (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1aconfig_declarations {
2    name: "btaudiohal_flags",
3    package: "com.android.btaudio.hal.flags",
4    container: "system",
5    srcs: ["btaudiohal.aconfig"],
6}
7
8cc_aconfig_library {
9    name: "btaudiohal_flags_c_lib",
10    aconfig_declarations: "btaudiohal_flags",
11    vendor: true,
12    host_supported: true,
13}
14