Skip to content

android_application: add executable bits for some shell scripts#517

Closed
06393993 wants to merge 1 commit into
bazelbuild:mainfrom
06393993:fix_scripts_meta
Closed

android_application: add executable bits for some shell scripts#517
06393993 wants to merge 1 commit into
bazelbuild:mainfrom
06393993:fix_scripts_meta

Conversation

@06393993

@06393993 06393993 commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

gen_android_feature_manifest.sh and
gen_priority_android_feature_manifest.sh are both direclty used in the executable fields in ctx.actions.run in _create_feature_manifest. If they don't have the executables bit, the action fails with permission denied.

An alternative is to create sh_binary targets for those *.sh files, if we prefer that instead of modifying the file metadata, please let me know.

`gen_android_feature_manifest.sh` and
`gen_priority_android_feature_manifest.sh` are both direclty used in the
executable fields in `ctx.actions.run` in `_create_feature_manifest`. If
they don't have the executables bit, the action fails with permission
denied.
@copybara-service copybara-service Bot closed this in 9844164 Jun 4, 2026
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