summaryrefslogtreecommitdiff
path: root/apex/prebuilt.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2024-01-25 04:25:38 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-01-25 04:25:38 +0000
commitb2fd4ff43fbb569d591ab48accc4e8765e46a529 (patch)
tree59ef63d4c0cc6e06a9e402a42f8b8f566cd563cd /apex/prebuilt.go
parent0b7089f13420061c8f1732fe6e2e56f1e9cdb21e (diff)
Revert "Ensure sscp jars get copied to $OUT/soong/system_server_dexjars"
This reverts commit 0b7089f13420061c8f1732fe6e2e56f1e9cdb21e. Reason for revert: Breaks auto builds https://groups.google.com/a/google.com/g/android-build-police/c/DfXeyxkyfYk/m/4SvZa-jkAAAJ Change-Id: Ia6ebdf64d03284d2318978c35cb87fd4f0b79531
Diffstat (limited to 'apex/prebuilt.go')
-rw-r--r--apex/prebuilt.go4
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)