Merge "caimito: config serial no for vendor audio" into 24D1-dev am: 13badff4d8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28027780 Change-Id: Ia5bab56444d38291670ec0f390ea8df3d3529d13 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e08a757811
3 changed files with 12 additions and 0 deletions
|
@ -79,3 +79,7 @@ on property:sys.boot_completed=1
|
|||
# it should be written by the system init.
|
||||
on property:ro.boot.hardware.sku=GWVK6
|
||||
setprop audio.camerasound.force true
|
||||
|
||||
# Check serial no. from specific CM4 devices for audio.
|
||||
on property:ro.boot.serialno=*
|
||||
setprop vendor.audio_hal.device.serialno ${ro.boot.serialno}
|
||||
|
|
|
@ -83,3 +83,7 @@ on property:sys.boot_completed=1
|
|||
# it should be written by the system init.
|
||||
on property:ro.boot.hardware.sku=GQ57S
|
||||
setprop audio.camerasound.force true
|
||||
|
||||
# Check serial no. from specific KM4 devices for audio.
|
||||
on property:ro.boot.serialno=*
|
||||
setprop vendor.audio_hal.device.serialno ${ro.boot.serialno}
|
||||
|
|
|
@ -81,3 +81,7 @@ on fs
|
|||
# it should be written by the system init.
|
||||
on property:ro.boot.hardware.sku=G1B60
|
||||
setprop audio.camerasound.force true
|
||||
|
||||
# Check serial no. from specific TK4 devices for audio.
|
||||
on property:ro.boot.serialno=*
|
||||
setprop vendor.audio_hal.device.serialno ${ro.boot.serialno}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue