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 93c2a19 commit c4fa6e6Copy full SHA for c4fa6e6
.github/workflows/android.yml
@@ -138,11 +138,8 @@ jobs:
138
set -xv
139
env | grep ANDROID
140
echo "Searching for d8 files in $ANDROID_HOME/build-tools"
141
- for BUILD_TOOLS_DIR in "$ANDROID_HOME/build-tools/*" ; do
142
- echo "Looking for d8 in $BUILD_TOOLS_DIR"
143
- for D8_FILE in `find "$BUILD_TOOLS_DIR" -name d8'*'`; do
144
- echo "$D8_FILE"
145
- done
+ for D8_FILE in `find "$ANDROID_HOME"/build-tools/* -name d8'*'`; do
+ echo "$D8_FILE"
146
done
147
148
- name: Download C++ SDK
0 commit comments