mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Test: atest VtsHalBluetoothAudioTargetTest Bug: 270987427 Change-Id: Ifef0b97d20c7c12001b7d04cc7f8ce9da5fb1920
13 lines
285 B
Plaintext
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,
|
|
}
|