Add more comments to arch.go
Make sure every exported function or type has a godoc comment. Also makes minor changes like unexporting functions that are not used outside the package and fixing minor style warnings. Bug: 173449605 Test: m checkbuild Change-Id: I533a595d02035aae8b2b603590be639826d2d4c8
This commit is contained in:
@@ -183,7 +183,7 @@ func InitDefaultsModule(module DefaultsModule) {
|
||||
|
||||
initAndroidModuleBase(module)
|
||||
initProductVariableModule(module)
|
||||
InitArchModule(module)
|
||||
initArchModule(module)
|
||||
InitDefaultableModule(module)
|
||||
|
||||
// Add properties that will not have defaults applied to them.
|
||||
|
Reference in New Issue
Block a user