audio: proprietary -> vendor

This commit is contained in:
Konsta
2025-03-01 23:01:41 +02:00
parent 84a9f581c0
commit b2699d4cda

View File

@@ -6,7 +6,7 @@
cc_library_shared {
name: "audio.primary.rpi",
relative_install_path: "hw",
proprietary: true,
vendor: true,
srcs: ["audio_hw.c"],
include_dirs: [
"external/expat/lib",
@@ -26,7 +26,7 @@ cc_library_shared {
cc_library_shared {
name: "audio.primary.rpi_hdmi",
relative_install_path: "hw",
proprietary: true,
vendor: true,
srcs: ["audio_hw_hdmi.c"],
include_dirs: [
"external/expat/lib",