bionic: rename aarch64 target to arm64
Rename aarch64 build targets to arm64. The gcc toolchain is still aarch64. Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import sys, os, commands, string
|
||||
|
||||
all_arches = [ "aarch64", "arm", "mips", "x86", "x86_64" ]
|
||||
all_arches = [ "arm", "arm64", "mips", "x86", "x86_64" ]
|
||||
|
||||
# basic debugging trace support
|
||||
# call D_setlevel to set the verbosity level
|
||||
|
Reference in New Issue
Block a user