diff options
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 a37afe897..de76803a3 100644 --- a/android/config.go +++ b/android/config.go @@ -740,14 +740,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 } |