Skip to content

Commit

Permalink
Use numeric value for RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Mar 9, 2025
1 parent c93a78f commit 7a084d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/autopif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ echo "- Converting inject_fields.xml to pif.json ..."
(
echo '{'
echo ' "FIRST_API_LEVEL": "25",'
echo ' "RELEASE": "12",'
grep -o '<field.*' "$OUT/res/xml/inject_fields.xml" | sed 's;.*name=\(".*"\) type.* value=\(".*"\).*; \1: \2,;g'
) | sed '$s/,/\n}/' | tee pif.json

Expand Down
1 change: 1 addition & 0 deletions tools/pif.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"FIRST_API_LEVEL": "25",
"RELEASE": "12",
"MANUFACTURER": "Google",
"BRAND": "google",
"DEVICE": "akita",
Expand Down

0 comments on commit 7a084d4

Please sign in to comment.