Skip to content

Commit

Permalink
Stop guarding android_common.create_dex_merger_actions and `android…
Browse files Browse the repository at this point in the history
…_common.enable_implicit_sourceless_deps_exports_compatibility` behind `--experimental_enable_android_migration_apis`. See bazelbuild/rules_android#219

PiperOrigin-RevId: 667957493
Change-Id: I013e29baa30d19ba1c5c0f1afee67b4bffd358f7
  • Loading branch information
ahumesky authored and copybara-github committed Aug 27, 2024
1 parent 6591e70 commit b17552b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

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;
Expand Down Expand Up @@ -71,7 +70,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",
Expand All @@ -96,7 +94,6 @@ JavaInfoT enableImplicitSourcelessDepsExportsCompatibility(Info javaInfo, boolea
+ " 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(
Expand Down

0 comments on commit b17552b

Please sign in to comment.