Merge "Compile soong_build for debugging if needed."
This commit is contained in:
@@ -73,6 +73,10 @@ func (c Config) NinjaBuildDir() string {
|
||||
return c.buildDir
|
||||
}
|
||||
|
||||
func (c Config) DebugCompilation() bool {
|
||||
return false // Never compile Go code in the main build for debugging
|
||||
}
|
||||
|
||||
func (c Config) SrcDir() string {
|
||||
return c.srcDir
|
||||
}
|
||||
|
Reference in New Issue
Block a user