Revert "Add override_module."

This reverts commit aa65e17016.

Reason for revert: Not compatible with PRODUCT_PACKAGES, and so has very limited use.

Change-Id: Ib141d3984a6f12bb50989e66037494c466b066f1
This commit is contained in:
Jaewoong Jung
2019-02-28 16:22:30 +00:00
parent aa65e17016
commit acb6db331b
7 changed files with 3 additions and 171 deletions

View File

@@ -392,7 +392,7 @@ func (a *AndroidApp) collectAppDeps(ctx android.ModuleContext) ([]jniLib, []Cert
func (a *AndroidApp) getCertString(ctx android.BaseContext) string {
certificate, overridden := ctx.DeviceConfig().OverrideCertificateFor(ctx.ModuleName())
if overridden {
return certificate
return ":" + certificate
}
return String(a.appProperties.Certificate)
}