Skip to content

Commit

Permalink
Rely on AGP to auto-install SDK components.
Browse files Browse the repository at this point in the history
This was probably only ever needed for old AGP versions, but now that
all the samples are using something new enough, we apparently don't need
it.
  • Loading branch information
DanAlbert committed Jan 10, 2024
1 parent f50ef3c commit 998d675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
18 changes: 0 additions & 18 deletions .ci_tools/setup_env.sh

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: setup env
run:
source .ci_tools/setup_env.sh
# Needs to be after "setup env" because we use the clang-format shipped with the NDK.
- uses: pre-commit/[email protected]

- name: build samples
run: |
export SAMPLE_CI_RESULT=0
source .ci_tools/build_samples.sh
source .ci_tools/run_samples.sh
eval "[[ $SAMPLE_CI_RESULT == 0 ]]"
# Needs to be run last because we use the clang-format shipped with the NDK.
- uses: pre-commit/[email protected]

0 comments on commit 998d675

Please sign in to comment.