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

Commit 3fbbd0f9 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

Change-Id: Ia2e13d6e8929594f71debd70cc8998ab4e752cdc
parents f71a29c9 7f0d63d1
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