mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Fix typos in sound trigger config.
Remove trailing commas so that sound trigger config file is a valid JSON. Test: make vts, run sound trigger vts tests Bug: 34223299 Change-Id: I4983f956c90a5000549566a4ff721b7a07439740
This commit is contained in:
@@ -7,35 +7,35 @@
|
||||
"git_project": {
|
||||
"name": "platform/vendor/lge/bullhead",
|
||||
"path": "vendor/lge/bullhead"
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
"module_name": "system/lib/hw/sound_trigger.primary.angler",
|
||||
"git_project": {
|
||||
"name": "platform/vendor/huawei/angler",
|
||||
"path": "vendor/huawei/angler"
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
"module_name": "system/lib/hw/sound_trigger.primary.marlin",
|
||||
"git_project": {
|
||||
"name": "platform/vendor/google_devices/marlin",
|
||||
"path": "vendor/google_devices/marlin"
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
"module_name": "system/lib/hw/sound_trigger.primary.sailfish",
|
||||
"git_project": {
|
||||
"name": "platform/vendor/google_devices/marlin",
|
||||
"path": "vendor/google_devices/marlin"
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
"module_name": "system/lib/hw/android.hardware.soundtrigger@2.0-impl",
|
||||
"git_project": {
|
||||
"name": "platform/hardware/interfaces",
|
||||
"path": "hardware/interfaces"
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user