summaryrefslogtreecommitdiff
path: root/cc/cc.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2025-01-15 00:27:02 +0000
committer Yu Liu <yudiliu@google.com> 2025-01-15 20:54:38 +0000
commit2da9d9abca8e1a355f8b9fcbb3ae550bfb40a8b6 (patch)
tree4f1bb3e56679ae539a4afbac1143281a39804c34 /cc/cc.go
parentc41eae5e45123a48fd3ec9a3723fdf7adbb6f148 (diff)
Convert dex2oatPathFromDep to use ModuleProxy.
Bug: 377723687 Test: Unit tests and compare the ninja and mk files generated. Change-Id: I99ffe88179991da8e5963605bf76666c8945d290
Diffstat (limited to 'cc/cc.go')
-rw-r--r--cc/cc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc.go b/cc/cc.go
index 16aa4a792..b525ccb81 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -2384,7 +2384,7 @@ func CreateCommonLinkableInfo(ctx android.ModuleContext, mod VersionedLinkableIn
RelativeInstallPath: mod.RelativeInstallPath(),
// TODO(b/362509506): remove this once all apex_exclude uses are switched to stubs.
RustApexExclude: mod.RustApexExclude(),
- Bootstrap: mod.Bootstrap(),
+ Bootstrap: mod.Bootstrap(),
}
}