Merge "Provide a default DeviceArchVariant"

This commit is contained in:
Dan Willemsen
2016-03-30 06:26:54 +00:00
committed by Gerrit Code Review

View File

@@ -98,6 +98,7 @@ func (v *productVariables) SetDefaultConfig() {
HostSecondaryArch: stringPtr("x86"),
DeviceName: stringPtr("flounder"),
DeviceArch: stringPtr("arm64"),
DeviceArchVariant: stringPtr("armv8-a"),
DeviceCpuVariant: stringPtr("denver64"),
DeviceAbi: &[]string{"arm64-v8a"},
DeviceUsesClang: boolPtr(true),