diff options
| author | 2020-04-17 15:49:49 -0700 | |
|---|---|---|
| committer | 2020-06-08 16:37:13 -0700 | |
| commit | 79ae341d4b44c8492ab31702cf16da470c80e38c (patch) | |
| tree | 41897335e949554a4193b0df504e34713d0a6170 /android/config.go | |
| parent | d90c6c42e436b3090ffbec6d546b86c4f64d306c (diff) | |
Remove TARGET_PREFER_32_BIT support.
Bug: https://issuetracker.google.com/138812821
Test: builds
Change-Id: If96cccbd82ba1311165d61c947c928c6e7cd5593
Diffstat (limited to 'android/config.go')
| -rw-r--r-- | android/config.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/android/config.go b/android/config.go index 59118ce86..675660ecb 100644 --- a/android/config.go +++ b/android/config.go @@ -732,14 +732,6 @@ func (c *config) Eng() bool { return Bool(c.productVariables.Eng) } -func (c *config) DevicePrefer32BitApps() bool { - return Bool(c.productVariables.DevicePrefer32BitApps) -} - -func (c *config) DevicePrefer32BitExecutables() bool { - return Bool(c.productVariables.DevicePrefer32BitExecutables) -} - func (c *config) DevicePrimaryArchType() ArchType { return c.Targets[Android][0].Arch.ArchType } |