powerhint: fix json syntax

JSON syntax stipulates no final comma after the last element in an
object. While Android's parser is not that strict, other tools like
'jq' are unhappy about incorrect syntax.

Fix this up, so that we can use 'jq' to generate the android-mainline
versions of these files in the next step.

Bug: 265961701
Test: jq '."Nodes"[]' powerhint-oriole.json powerhint-raven.json
Fixes: f56bbd1bfb ("disable vendor idle balancer")
Change-Id: If57e37d63d3a5bdd93552536691a192850198c0b
Signed-off-by: André Draszik <draszik@google.com>
This commit is contained in:
André Draszik 2023-09-07 16:34:40 +01:00
parent d6fcb1fa60
commit 83eaed4b9e
2 changed files with 2 additions and 2 deletions

View file

@ -284,7 +284,7 @@
"Values": [
"0",
"1"
],
]
},
{
"Name": "LimitFlashCurrent",

View file

@ -283,7 +283,7 @@
"Values": [
"0",
"1"
],
]
},
{
"Name": "LimitFlashCurrent",