Merge "Fix script for package check to work on macOS" am: 7df231fab8
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1844277 Change-Id: Ia00014bf0cd9300056331e2ee0234e804cb20fad
This commit is contained in:
@@ -42,7 +42,7 @@ while [[ $# -ge 1 ]]; do
|
||||
fi
|
||||
# Transform to a slash-separated path and add a trailing slash to enforce
|
||||
# package name boundary.
|
||||
prefixes+=("${package//\./\/}/")
|
||||
prefixes+=("${package//\.//}/")
|
||||
shift
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user