Skip to content

Commit

Permalink
props.sh: add module.prop
Browse files Browse the repository at this point in the history
# Save the module.prop file
echo -n "${module_prop::-1}" >"$dir/module.prop"

This should resolve the error of not finding this commit a24ab0d

Signed-off-by: akari <akariondev@gmail.com>
  • Loading branch information
whyakari committed Jan 19, 2024
1 parent fc8386b commit 4317fda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions props.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ build_prop to_system_prop "$system_path" "ro.product.carrier"
# Save the system.prop file
echo -n "${system_prop::-1}" >"$dir/system.prop"

# Save the module.prop file
echo -n "${module_prop::-1}" >"$dir/module.prop"

# Display information about prop
print_message "[$device_build_description] ($device_name) Prop" debug

Expand Down

0 comments on commit 4317fda

Please sign in to comment.