Skip to content
Snippets Groups Projects
Unverified Commit 701e877a authored by bazel.build machine account's avatar bazel.build machine account Committed by GitHub
Browse files

[7.4.0] Cherrypick b17552bf (#23441)

PiperOrigin-RevId: 667957493
Change-Id: I013e29baa30d19ba1c5c0f1afee67b4bffd358f7

Commit
https://github.com/bazelbuild/bazel/commit/b17552bfba80e69a4d86d5566c0237e6b8438fcf



Co-authored-by: default avatarGoogler <ahumesky@google.com>
parent 5f081188
Tags
No related merge requests found
......@@ -16,7 +16,6 @@ package com.google.devtools.build.lib.starlarkbuildapi.android;
import com.google.devtools.build.lib.analysis.config.transitions.StarlarkExposedRuleTransitionFactory;
import com.google.devtools.build.lib.packages.Info;
import com.google.devtools.build.lib.packages.RuleClass.ConfiguredTargetFactory.RuleErrorException;
import com.google.devtools.build.lib.packages.semantics.BuildLanguageOptions;
import com.google.devtools.build.lib.starlarkbuildapi.FileApi;
import com.google.devtools.build.lib.starlarkbuildapi.FilesToRunProviderApi;
import com.google.devtools.build.lib.starlarkbuildapi.StarlarkRuleContextApi;
......@@ -96,7 +95,6 @@ public interface AndroidStarlarkCommonApi<
name = "enable_implicit_sourceless_deps_exports_compatibility",
doc = "Takes a JavaInfo and converts it to an implicit exportable JavaInfo.",
documented = false,
enableOnlyWithFlag = BuildLanguageOptions.EXPERIMENTAL_ENABLE_ANDROID_MIGRATION_APIS,
parameters = {
@Param(
name = "dep",
......@@ -121,7 +119,6 @@ public interface AndroidStarlarkCommonApi<
+ " from the input directory, merging all the dex archives inside the shard to a"
+ " single dexarchive under the output directory.",
documented = false,
enableOnlyWithFlag = BuildLanguageOptions.EXPERIMENTAL_ENABLE_ANDROID_MIGRATION_APIS,
parameters = {
@Param(name = "ctx", doc = "The rule context.", positional = true, named = false),
@Param(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment