diff options
Diffstat (limited to 'cc/androidmk.go')
-rw-r--r-- | cc/androidmk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/androidmk.go b/cc/androidmk.go index 224ea9623..8cae634a8 100644 --- a/cc/androidmk.go +++ b/cc/androidmk.go @@ -134,7 +134,7 @@ func (c *Module) AndroidMkEntries() []android.AndroidMkEntries { "$(SOONG_SDK_VARIANT_MODULES) $(patsubst %.sdk,%,$(LOCAL_MODULE))") } // TODO(b/311155208): The container here should be system. - entries.SetOptionalPaths("LOCAL_ACONFIG_FILES", c.getTransitiveAconfigFiles("")) + entries.SetPaths("LOCAL_ACONFIG_FILES", c.mergedAconfigFiles[""]) }, }, ExtraFooters: []android.AndroidMkExtraFootersFunc{ |