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

Make AndroidTests pass with incompatible_disallow_empty_glob #15374

Closed
wants to merge 1 commit into from

Commits on Apr 29, 2022

  1. Make AndroidTests pass with incompatible_disallow_empty_glob

    One of the reasons why is not possible to flip
    incompatible_disallow_empty_glob is because AndroidTests are failing
    
    //src/test/java/com/google/devtools/build/lib/bazel/rules/android:AndroidTests
    
    This commit add allow_empty = True to reflect the default behavior and
    make the tests pass.
    limdor committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    1398526 View commit details
    Browse the repository at this point in the history