commit | aa005ae080b4837c42ff8174ee8300f0dff9628e | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Tue Dec 19 19:01:57 2023 +0000 |
committer | LaMont Jones <lamontjones@google.com> | Tue Dec 19 19:34:00 2023 +0000 |
tree | b6ab2c15fd7ea7199e563b5d3dc0c274b4ef7466 | |
parent | 349ef8750509e0eb3fb026df2e481f970652b069 [diff] [blame] |
move CollectDependencyAconfigFiles to android This needs to be called by some modules in android. Bug: 308625757 Test: manual Change-Id: I389fcfd88a3f4bd85a9218fdd4dd66d8a239bb67
diff --git a/android/Android.bp b/android/Android.bp index 26317b8..b359df9 100644 --- a/android/Android.bp +++ b/android/Android.bp
@@ -27,6 +27,7 @@ "androidmk-parser", ], srcs: [ + "aconfig_providers.go", "androidmk.go", "apex.go", "apex_contributions.go",