Merge "Soong: Add synopsis to cc_object module."
This commit is contained in:
commit
5c45f684dd
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ type objectLinker struct {
|
|||
Properties ObjectLinkerProperties
|
||||
}
|
||||
|
||||
// cc_object runs the compiler without running the linker. It is rarely
|
||||
// necessary, but sometimes used to generate .s files from .c files to use as
|
||||
// input to a cc_genrule module.
|
||||
func ObjectFactory() android.Module {
|
||||
module := newBaseModule(android.HostAndDeviceSupported, android.MultilibBoth)
|
||||
module.linker = &objectLinker{
|
||||
|
|
Loading…
Reference in a new issue