summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Stephen Hines <srhines@google.com> 2018-01-12 18:49:32 +0000
committer android-build-merger <android-build-merger@google.com> 2018-01-12 18:49:32 +0000
commit51207eb44d9a21fd2c2dbfc06344c2daa37e9aa6 (patch)
tree2ec80181aab923e82d9a8913f0139e38974b106b /android/variable.go
parent0e4564e2773b7a74800b1ecabe7976fccfb5586a (diff)
parent8d7ba61a81317346109539e14dc81ac2f1081da2 (diff)
Merge "Remove unnecessary DeviceUsesClang." am: 2e020842dc am: 4bf625d7e6
am: 8d7ba61a81 Change-Id: Ibfd4b158180d54607d9b9d7c6de927b071f1d425
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go
index 283a399b1..dc64e704c 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -126,7 +126,6 @@ type productVariables struct {
DeviceArchVariant *string `json:",omitempty"`
DeviceCpuVariant *string `json:",omitempty"`
DeviceAbi *[]string `json:",omitempty"`
- DeviceUsesClang *bool `json:",omitempty"`
DeviceVndkVersion *string `json:",omitempty"`
DeviceSecondaryArch *string `json:",omitempty"`
@@ -237,7 +236,6 @@ func (v *productVariables) SetDefaultConfig() {
DeviceArchVariant: stringPtr("armv8-a"),
DeviceCpuVariant: stringPtr("generic"),
DeviceAbi: &[]string{"arm64-v8a"},
- DeviceUsesClang: boolPtr(true),
DeviceSecondaryArch: stringPtr("arm"),
DeviceSecondaryArchVariant: stringPtr("armv8-a"),
DeviceSecondaryCpuVariant: stringPtr("generic"),