Merge "Add some more properties to the bp2build APEX converter."
This commit is contained in:
@@ -1104,6 +1104,8 @@ func AndroidTestHelperAppFactory() android.Module {
|
||||
|
||||
type AndroidAppCertificate struct {
|
||||
android.ModuleBase
|
||||
android.BazelModuleBase
|
||||
|
||||
properties AndroidAppCertificateProperties
|
||||
Certificate Certificate
|
||||
}
|
||||
@@ -1119,6 +1121,7 @@ func AndroidAppCertificateFactory() android.Module {
|
||||
module := &AndroidAppCertificate{}
|
||||
module.AddProperties(&module.properties)
|
||||
android.InitAndroidModule(module)
|
||||
android.InitBazelModule(module)
|
||||
return module
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user