Merge "Soong: Add documentation to sh_binary[_host] module."
am: 66184450d5
Change-Id: I697d998be8b1776f9dd52c661754234034ae388c
This commit is contained in:
@@ -123,6 +123,8 @@ func InitShBinaryModule(s *ShBinary) {
|
|||||||
s.AddProperties(&s.properties)
|
s.AddProperties(&s.properties)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// sh_binary is for a shell script or batch file to be installed as an
|
||||||
|
// executable binary to <partition>/bin.
|
||||||
func ShBinaryFactory() Module {
|
func ShBinaryFactory() Module {
|
||||||
module := &ShBinary{}
|
module := &ShBinary{}
|
||||||
InitShBinaryModule(module)
|
InitShBinaryModule(module)
|
||||||
@@ -130,6 +132,8 @@ func ShBinaryFactory() Module {
|
|||||||
return module
|
return module
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// sh_binary_host is for a shell script to be installed as an executable binary
|
||||||
|
// to $(HOST_OUT)/bin.
|
||||||
func ShBinaryHostFactory() Module {
|
func ShBinaryHostFactory() Module {
|
||||||
module := &ShBinary{}
|
module := &ShBinary{}
|
||||||
InitShBinaryModule(module)
|
InitShBinaryModule(module)
|
||||||
|
Reference in New Issue
Block a user