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.3.0] Add a new provider for passing dex related artifacts in android_binary #18899

Merged
merged 3 commits into from
Jul 11, 2023

Commits on Jul 11, 2023

  1. Creates an AndroidDexInfo provider to pass dex related artifacts from…

    … Starlark to Native Bazel.
    
    PiperOrigin-RevId: 515061110
    Change-Id: Ieefe430582c01264fb510de3ac1017d3332f51aa
    Zhaoqing Xu authored and JiaYan Lin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    98f9c4f View commit details
    Browse the repository at this point in the history
  2. Enable android_binary to use AndroidDexInfo from its application_reso…

    …urces attribute.
    
    android_binary will use the dexes, jar resources, and deploy jar from AndroidDexInfo if it is present.
    
    RELNOTES: None.
    PiperOrigin-RevId: 531000013
    Change-Id: I67c3457d131041aa4bab5db0892cdc0f0584f2dc
    ahumesky authored and JiaYan Lin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ca79a84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8152106 View commit details
    Browse the repository at this point in the history