aboutsummaryrefslogtreecommitdiffstats
path: root/common/arch.go
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-09-11 17:38:13 -0700
committerDan Willemsen <dwillemsen@google.com>2015-09-15 13:25:38 -0700
commit00faa6d9daea37a53b80aa8a3f948f097b1e3cf2 (patch)
tree767bd607fc2437798cd8757318f73fa7123ee3b8 /common/arch.go
parent98b26c576a9e96b31dbb0263baa1866e5d0ab2ef (diff)
downloadbuild_soong-00faa6d9daea37a53b80aa8a3f948f097b1e3cf2.tar.gz
build_soong-00faa6d9daea37a53b80aa8a3f948f097b1e3cf2.tar.bz2
build_soong-00faa6d9daea37a53b80aa8a3f948f097b1e3cf2.zip
Add cortex-a53 cpu variant
Used in bionic Change-Id: I5936f8468937fc259ef75d8278a592b8a7b07077
Diffstat (limited to 'common/arch.go')
-rw-r--r--common/arch.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/arch.go b/common/arch.go
index b9e3a5c3..22393cc8 100644
--- a/common/arch.go
+++ b/common/arch.go
@@ -130,7 +130,8 @@ type archProperties struct {
Denver interface{} `blueprint:"filter(android:\"arch_variant\")"`
// Arm64 cpu variants
- Denver64 interface{} `blueprint:"filter(android:\"arch_variant\")"`
+ Cortex_a53 interface{} `blueprint:"filter(android:\"arch_variant\")"`
+ Denver64 interface{} `blueprint:"filter(android:\"arch_variant\")"`
// Mips arch variants
Mips_rev6 interface{} `blueprint:"filter(android:\"arch_variant\")"`