Merge "Revert "Add some more properties to the bp2build APEX converter.""

This commit is contained in:
Rupert Shuttleworth
2021-07-27 02:56:56 +00:00
committed by Gerrit Code Review
5 changed files with 9 additions and 139 deletions

View File

@@ -1104,8 +1104,6 @@ func AndroidTestHelperAppFactory() android.Module {
type AndroidAppCertificate struct {
android.ModuleBase
android.BazelModuleBase
properties AndroidAppCertificateProperties
Certificate Certificate
}
@@ -1121,7 +1119,6 @@ func AndroidAppCertificateFactory() android.Module {
module := &AndroidAppCertificate{}
module.AddProperties(&module.properties)
android.InitAndroidModule(module)
android.InitBazelModule(module)
return module
}