We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a938e commit a982b6fCopy full SHA for a982b6f
.github/workflows/android.yml
@@ -138,7 +138,7 @@ jobs:
138
set -xv
139
env | grep ANDROID
140
echo "Searching for d8 files in $ANDROID_HOME/build-tools"
141
- for D8_FILE in `find "$ANDROID_HOME"/build-tools" -name 'd8*'`; do
+ for D8_FILE in `find "$ANDROID_HOME"/build-tools -name 'd8*'`; do
142
echo "$D8_FILE"
143
done
144
0 commit comments