Remove support for ONE_SHOT_MAKEFILE
Test: treehugger Change-Id: Icdbe62bcb7bc4717228c5d974962b939d8eafee6
This commit is contained in:
@@ -42,9 +42,6 @@ func genKatiSuffix(ctx Context, config Config) {
|
||||
if args := config.KatiArgs(); len(args) > 0 {
|
||||
katiSuffix += "-" + spaceSlashReplacer.Replace(strings.Join(args, "_"))
|
||||
}
|
||||
if oneShot, ok := config.Environment().Get("ONE_SHOT_MAKEFILE"); ok {
|
||||
katiSuffix += "-" + spaceSlashReplacer.Replace(oneShot)
|
||||
}
|
||||
|
||||
// If the suffix is too long, replace it with a md5 hash and write a
|
||||
// file that contains the original suffix.
|
||||
|
Reference in New Issue
Block a user