mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
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,
|
|
}
|