Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SNAP FORK][UPSTREAMED] Fix idl tool #61

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

mauriciogg
Copy link
Contributor

- Using deploy jar, since tool is exectuted as java -jar.
  Otherwise artifact is the sh runner file.
- Create a unique directory for the tmp directory for idl.
  This directory is removed on each execution so passing
  the runfileles dir will delete all inputs.
  seel https://livegrep.sc-corp.net/view/Snapchat/bazel/src/main/java/com/google/devtools/build/lib/rules/android/AndroidIdlHelper.java#L348
@ted-xie ted-xie changed the base branch from pre-alpha to main August 14, 2023 16:30
@copybara-service copybara-service bot merged commit 69a3fd5 into bazelbuild:main Aug 14, 2023
ted-xie pushed a commit to ted-xie/rules_android that referenced this pull request Jul 16, 2024
…build#61)

This enables using `--extra_toolchains` on specific platforms, which is
helpful when building a monorepo that has platforms without the Android
SDK/NDK available.

Without this, it's impossible to use these rules if you're planning in a
system where the NDK is unavailable (or not installed).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant