Files
hardware_interfaces/bluetooth/audio/flags/Android.bp
Limon Mia b58cee4af7 BTAudio HAL: Added feature flag for DSA Over LEA
Test: atest VtsHalBluetoothAudioTargetTest
Bug: 270987427
Change-Id: Ifef0b97d20c7c12001b7d04cc7f8ce9da5fb1920
2023-12-15 05:30:09 +00:00

13 lines
285 B
Plaintext

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