Merge "Revert "Add some more properties to the bp2build APEX converter."" am: d0e6ad1ab3
am: 8ed074029d
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1778407 Change-Id: I732ad6808d71b32642fb5892387a6500c31af9d3
This commit is contained in:
committed by
Automerger Merge Worker
commit
53b662e2f3
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user