Skip to content

Commit 2453656

Browse files
andy31415pull[bot]
authored andcommitted
Disable android studio build (#13631)
1 parent d47ac4c commit 2453656

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/android.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
run: |
5959
./scripts/run_in_build_env.sh \
6060
"./scripts/build/build_examples.py --no-log-timestamps --target-glob 'android-{arm,arm64,x64,x86}-chip-*' build"
61-
- name: Build Android Studio build (arm64 only)
62-
run: |
63-
./scripts/run_in_build_env.sh \
64-
"./scripts/build/build_examples.py --no-log-timestamps --target-glob 'android-androidstudio-arm64-chip-tool' build"
61+
# - name: Build Android Studio build (arm64 only)
62+
# run: |
63+
# ./scripts/run_in_build_env.sh \
64+
# "./scripts/build/build_examples.py --no-log-timestamps --target-glob 'android-androidstudio-arm64-chip-tool' build"
6565
- name: Run Android build rule tests
6666
run: |
6767
./scripts/run_in_build_env.sh \

0 commit comments

Comments
 (0)