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

Commit e26e50eb authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Detect paths without lunch." into pi-dev am: 7f0d63d1

am: 3fbbd0f9

Change-Id: I16278379a955886268268a242d0f3dbb4b9e140d
parents 1a2ee998 3fbbd0f9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#!/bin/bash
LOCAL_DIR="$( dirname ${BASH_SOURCE} )"
git show --name-only --pretty=format: $1 | grep values/strings.xml | while read file; do
    python $ANDROID_BUILD_TOP/frameworks/base/tools/stringslint/stringslint.py <(git show $1:$file) <(git show $1^:$file)
    python $LOCAL_DIR/stringslint.py <(git show $1:$file) <(git show $1^:$file)
done