diff options
author | 2023-12-19 19:01:57 +0000 | |
---|---|---|
committer | 2023-12-19 19:34:00 +0000 | |
commit | aa005ae080b4837c42ff8174ee8300f0dff9628e (patch) | |
tree | b6ab2c15fd7ea7199e563b5d3dc0c274b4ef7466 /aconfig/init.go | |
parent | 349ef8750509e0eb3fb026df2e481f970652b069 (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 'aconfig/init.go')
-rw-r--r-- | aconfig/init.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aconfig/init.go b/aconfig/init.go index c1b923b82..04176ec86 100644 --- a/aconfig/init.go +++ b/aconfig/init.go @@ -62,11 +62,6 @@ var ( }, }, "cache_files") - mergeAconfigFilesRule = pctx.AndroidStaticRule("mergeAconfigFilesRule", - blueprint.RuleParams{ - Command: `${aconfig} dump --dedup --format protobuf --out $out $flags`, - CommandDeps: []string{"${aconfig}"}, - }, "flags") // For exported_java_aconfig_library: Generate a JAR from all // java_aconfig_libraries to be consumed by apps built outside the // platform |