summaryrefslogtreecommitdiff
path: root/java/app.go
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2020-04-17 15:49:49 -0700
committer Elliott Hughes <enh@google.com> 2020-06-08 16:37:13 -0700
commit79ae341d4b44c8492ab31702cf16da470c80e38c (patch)
tree41897335e949554a4193b0df504e34713d0a6170 /java/app.go
parentd90c6c42e436b3090ffbec6d546b86c4f64d306c (diff)
Remove TARGET_PREFER_32_BIT support.
Bug: https://issuetracker.google.com/138812821 Test: builds Change-Id: If96cccbd82ba1311165d61c947c928c6e7cd5593
Diffstat (limited to 'java/app.go')
-rwxr-xr-xjava/app.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/app.go b/java/app.go
index 24dde79f4..1b7785d0b 100755
--- a/java/app.go
+++ b/java/app.go
@@ -973,10 +973,6 @@ func AndroidAppFactory() android.Module {
&module.overridableAppProperties,
&module.usesLibrary.usesLibraryProperties)
- module.Prefer32(func(ctx android.BaseModuleContext, base *android.ModuleBase, class android.OsClass) bool {
- return class == android.Device && ctx.Config().DevicePrefer32BitApps()
- })
-
android.InitAndroidMultiTargetsArchModule(module, android.DeviceSupported, android.MultilibCommon)
android.InitDefaultableModule(module)
android.InitOverridableModule(module, &module.appProperties.Overrides)