Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80c239c4 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Add filter for NoPreloadHolders" am: 88ee5c93 am: 202e61f1" into pi-dev-plus-aosp

parents 1d580b82 4376c77d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -36,4 +36,4 @@ shift 2
extra_classes_files=("$@")
extra_classes_files=("$@")


# Disable locale to enable lexicographical sorting
# Disable locale to enable lexicographical sorting
LC_ALL=C sort "$input" "${extra_classes_files[@]}" | uniq | grep -f "$blacklist" -v -F -x
LC_ALL=C sort "$input" "${extra_classes_files[@]}" | uniq | grep -f "$blacklist" -v -F -x | grep -v "\$NoPreloadHolder"