diff options
author | 2019-10-07 20:48:07 +0000 | |
---|---|---|
committer | 2019-10-07 20:48:07 +0000 | |
commit | c6136c9d65fa9afae4d1e1ec57c62914c3b7ae6d (patch) | |
tree | 45060d29368c5a043bdd42723b16e4e5a4686f25 /java/dexpreopt.go | |
parent | bd7c98ce229ca65e2a941a82b352e8d16f8f1faf (diff) | |
parent | 3b19f5d71dbdbbf79a211f40ccfd39f42f2bc7ec (diff) |
Merge "Remove old-style support for translated second architectures"
Diffstat (limited to 'java/dexpreopt.go')
-rw-r--r-- | java/dexpreopt.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/dexpreopt.go b/java/dexpreopt.go index db6b45551..b48871e43 100644 --- a/java/dexpreopt.go +++ b/java/dexpreopt.go @@ -126,10 +126,6 @@ func (d *dexpreopter) dexpreopt(ctx android.ModuleContext, dexJarFile android.Mo archs = archs[:1] } } - if ctx.Config().SecondArchIsTranslated() { - // Only preopt primary arch for translated arch since there is only an image there. - archs = archs[:1] - } var images android.Paths var imagesDeps []android.Paths |