build_flag: improve default flag value directory
The default directory for flag values is the last of: - Where the flag is declared, - Where the release config is first declared, - Where the flag value is currently being set for this release config. Bug: 328495189 Test: manual Change-Id: Ida1f906b75704f658e7fa1de703e0c789dce06a6
This commit is contained in:
@@ -29,7 +29,7 @@ import (
|
||||
|
||||
// One directory's contribution to the a release config.
|
||||
type ReleaseConfigContribution struct {
|
||||
// Paths to files providing this config.
|
||||
// Path of the file providing this config contribution.
|
||||
path string
|
||||
|
||||
// The index of the config directory where this release config
|
||||
|
Reference in New Issue
Block a user