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:
Ryan Campbell
2017-01-11 12:43:37 -08:00
parent df1d3b3214
commit 61eda640ba

View File

@@ -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"
},
},
}
}
]
}