Skip to content

Commit aab4838

Browse files
Patch config files in /odm
1 parent 697516a commit aab4838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magiskmodule/customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ LIBRARY_FILE="lib$EFFECT_NAME.so"
7979
LIBRARY_FILE_PATH="/system/vendor/lib/soundfx/$LIBRARY_FILE"
8080
AUDIO_EFFECTS_FILES="$( \
8181
find -H \
82-
$SEARCH_ROOT/system $SEARCH_ROOT/vendor \
82+
$SEARCH_ROOT/system $SEARCH_ROOT/vendor $SEARCH_ROOT/odm \
8383
-type f -name "*audio_effects*.conf" -o -name "*audio_effects*.xml" \
8484
| sed "s|^$SEARCH_ROOT||" )"
8585
for ORIGINAL_FILE in $AUDIO_EFFECTS_FILES; do

0 commit comments

Comments
 (0)