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

[6.2.0] Include build-tools/X.Y.Z/{lib,lib64}/** in the minimal set of SDK files used by the Android integration tests. #17826

Merged
merged 1 commit into from
Mar 20, 2023

Commits on Mar 20, 2023

  1. [6.2.0] Include build-tools/X.Y.Z/{lib,lib64}/** in the minimal set o…

    …f SDK files used by the Android integration tests.
    
    This is necessary to reenable remote caching/execution for these tests (and make CI runs faster!). In the absence of this change, the tests will fail because the aapt/appt2/aidl/zipalign tools can't be dynamically linked in the remote environment. See issue bazelbuild#8235.
    
    We need to wait until this change makes it into a Bazel release before reenabling the tests, as they inherit the SDK files from the Bazel that runs them.
    
    Related to bazelbuild#8235.
    
    PiperOrigin-RevId: 517180365
    Change-Id: I2baa66af15af85349187e75e3acd4e3cb5d84a49
    tjgq committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    dee0d63 View commit details
    Browse the repository at this point in the history