diff options
Diffstat (limited to 'apex/prebuilt.go')
-rw-r--r-- | apex/prebuilt.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apex/prebuilt.go b/apex/prebuilt.go index dcf0fe2f8..1ec38eb94 100644 --- a/apex/prebuilt.go +++ b/apex/prebuilt.go @@ -201,10 +201,6 @@ func (p *prebuiltCommon) dexpreoptSystemServerJars(ctx android.ModuleContext) { if !p.hasExportedDeps() { return } - // If this prebuilt apex has not been selected, return - if p.IsHideFromMake() { - return - } // Use apex_name to determine the api domain of this prebuilt apex apexName := p.ApexVariationName() di, err := android.FindDeapexerProviderForModule(ctx) |