Skip to content

Commit

Permalink
Patch config files in /odm
Browse files Browse the repository at this point in the history
  • Loading branch information
programminghoch10 committed Apr 7, 2023
1 parent 697516a commit aab4838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magiskmodule/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ LIBRARY_FILE="lib$EFFECT_NAME.so"
LIBRARY_FILE_PATH="/system/vendor/lib/soundfx/$LIBRARY_FILE"
AUDIO_EFFECTS_FILES="$( \
find -H \
$SEARCH_ROOT/system $SEARCH_ROOT/vendor \
$SEARCH_ROOT/system $SEARCH_ROOT/vendor $SEARCH_ROOT/odm \
-type f -name "*audio_effects*.conf" -o -name "*audio_effects*.xml" \
| sed "s|^$SEARCH_ROOT||" )"
for ORIGINAL_FILE in $AUDIO_EFFECTS_FILES; do
Expand Down

0 comments on commit aab4838

Please sign in to comment.