Files
hardware_interfaces/bluetooth/audio/flags/Android.bp
Oriol Prieto Gasco ac46ba289b Set the container field of aconfig flags
Test: m
Bug: 312769710
Change-Id: I63e922ffcfc96a27e6166252563b3633a5bc0b1a
2024-02-05 14:34:56 +00:00

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,
}