summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author LaMont Jones <lamontjones@google.com> 2023-12-19 19:01:57 +0000
committer LaMont Jones <lamontjones@google.com> 2023-12-19 19:34:00 +0000
commitaa005ae080b4837c42ff8174ee8300f0dff9628e (patch)
treeb6ab2c15fd7ea7199e563b5d3dc0c274b4ef7466 /rust/rust.go
parent349ef8750509e0eb3fb026df2e481f970652b069 (diff)
move CollectDependencyAconfigFiles to android
This needs to be called by some modules in android. Bug: 308625757 Test: manual Change-Id: I389fcfd88a3f4bd85a9218fdd4dd66d8a239bb67
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/rust/rust.go b/rust/rust.go
index 521f624a2..6f4631de7 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -23,7 +23,6 @@ import (
"github.com/google/blueprint"
"github.com/google/blueprint/proptools"
- "android/soong/aconfig"
"android/soong/android"
"android/soong/cc"
cc_config "android/soong/cc/config"
@@ -1007,7 +1006,7 @@ func (mod *Module) GenerateAndroidBuildActions(actx android.ModuleContext) {
android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{})
}
- aconfig.CollectDependencyAconfigFiles(ctx, &mod.mergedAconfigFiles)
+ android.CollectDependencyAconfigFiles(ctx, &mod.mergedAconfigFiles)
}
func (mod *Module) deps(ctx DepsContext) Deps {