index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
android
/
hooks.go
Age
Commit message (
Expand
)
Author
2020-06-04
Add SrcPath to InstallHookContext
David Srbecky
2020-05-06
Add hook to be called after defaults have been applied
Paul Duffin
2020-01-28
Follow input changes to proptools.CloneEmptyProperties
Colin Cross
2020-01-24
Simplify vendor conditionals
Colin Cross
2020-01-06
Use blueprint's load hooks
Colin Cross
2020-01-04
Add EarlyModuleContext for LoadHookContext
Colin Cross
2020-01-03
Delete arch hooks
Colin Cross
2019-10-03
Separate InstallPath from OutputPath
Colin Cross
2019-09-26
Make CreateModule return the newly created module
Colin Cross
2019-09-26
Make CreateModule take an android.ModuleFactory
Colin Cross
2019-07-03
Add a String() method to android.Module
Colin Cross
2019-06-06
Consolidate baseContext, BaseContext, and BaseModuleContext
Colin Cross
2019-06-06
Remove repetition in android package names
Colin Cross
2019-04-16
Use LoadHook to create modules in java_sdk_library
Colin Cross
2019-02-13
Create sysprop_library soong module
Inseob Kim
2017-11-30
Replace ModuleContext.AConfig() with Config()
Colin Cross
2017-11-07
Let LoadHooks call CreateModule
Colin Cross
2016-09-13
Replace PropertyCustomizer with hooks
Colin Cross