Merge "Provide a default DeviceArchVariant"

am: d6d6b69

* commit 'd6d6b6942d9c908c63c8846537b05e405d487d1a':
  Provide a default DeviceArchVariant

Change-Id: I2eb8cb6586d1b5c75f5e8cb88892d6dc90e0225f
This commit is contained in:
Dan Willemsen
2016-03-30 06:36:33 +00:00
committed by android-build-merger

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),