Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We removed patcher in 41ff1a7 so we should not expect to see it in the file structure any more This should fix the failing build ``` + ls -al /tmp/new-install/Android/sdk + '[' '!' -d /tmp/new-install/Android/sdk/emulator ']' + '[' '!' -d /tmp/new-install/Android/sdk/build-tools ']' + '[' '!' -d /tmp/new-install/Android/sdk/patcher ']' + exit 1 ``` Also, run CI on changes to the SDK package list (i.e. `setup/android_sdk_packages`) so that such errors are caught in the PR stage in the future
- Loading branch information