shiba: Regenerate vendor blobs

Signed-off-by: HeroBuxx <me@herobuxx.me>
This commit is contained in:
HeroBuxx
2026-07-11 13:39:02 +00:00
commit 49a18e22f0
2845 changed files with 217497 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
service aocd /vendor/bin/aocd
class late_start
user root
group root system audio
# Define vendor props so that we can start and stop aocd on demand.
on property:vendor.aocd=1
start aocd
on property:vendor.aocd=0
stop aocd