From 1e954b6a57b633008d0c8eeb4d3b008279e0a987 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 13 Sep 2024 13:50:00 -0700 Subject: Remove CreateVariations, CreateLocalVariations and AddInterVariantDependencies These have all been replaced by TransitionMutators. Bug: 319288033 Flag: EXEMPT refactor Test: all soong tests pass Change-Id: Ib8f2a7419b879d69d8a1e0d2d4fadd89b082c064 --- cc/cc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc') diff --git a/cc/cc.go b/cc/cc.go index 6e16142aa..b35c8d7d2 100644 --- a/cc/cc.go +++ b/cc/cc.go @@ -137,7 +137,7 @@ type Deps struct { // LLNDK headers for the ABI checker to check LLNDK implementation library. // An LLNDK implementation is the core variant. LLNDK header libs are reexported by the vendor variant. - // The core variant cannot depend on the vendor variant because of the order of CreateVariations. + // The core variant cannot depend on the vendor variant because of the order of imageTransitionMutator.Split(). // Instead, the LLNDK implementation depends on the LLNDK header libs. LlndkHeaderLibs []string } -- cgit v1.2.3-59-g8ed1b