verbose_logs is now verboseLogs

- differentiate all the ways from a BUILD_FIELD_ENTRY and a system.property_entry
- probably better this way in the long run
This commit is contained in:
osm0sis
2024-02-07 22:53:13 -04:00
parent 686af702dc
commit 1a7c5103d1
2 changed files with 7 additions and 7 deletions

View File

@@ -119,7 +119,7 @@ echo ' "*.security_patch": "'$SECURITY_PATCH'",';
echo ' "*api_level": "'$DEVICE_INITIAL_SDK_INT'",';
if [ "$ADVANCED" ]; then
echo "$N // Advanced Settings";
echo ' "verbose_logs": "0",';
echo ' "verboseLogs": "0",';
fi) | sed '$s/,/\n}/' > "$DIR/custom.pif.json";
[ "$INSTALL" ] || cat "$DIR/custom.pif.json";