Files
hardware_interfaces/bluetooth/audio/flags/Android.bp

14 lines
310 B
Plaintext
Raw Normal View History

aconfig_declarations {
name: "btaudiohal_flags",
package: "com.android.btaudio.hal.flags",
container: "system",
srcs: ["btaudiohal.aconfig"],
}
cc_aconfig_library {
name: "btaudiohal_flags_c_lib",
aconfig_declarations: "btaudiohal_flags",
vendor: true,
host_supported: true,
}