Merge "Provide a default DeviceArchVariant" am: d6d6b69

am: d75c188

* commit 'd75c1887e5bf17262ba48d6c9699bdd52bb6d7d3':
  Provide a default DeviceArchVariant

Change-Id: I860e3d67894e17d904f93793ffc10432ed144b5e
This commit is contained in:
Dan Willemsen
2016-03-30 06:40:27 +00:00
committed by android-build-merger

View File

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