commit | d4146e6091d6ed947ce9edd0f8ef3e5fe066d716 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jan 21 20:12:28 2014 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Jan 23 18:01:14 2014 -0800 |
tree | 95f639b860c2910430a367a9751ee160d1662705 | |
parent | 5bd11b48875846b304e782afc537b4b4b8a6eb39 [diff] [blame] |
system/core: rename aarch64 target to arm64 Rename aarch64 build targets to arm64. The gcc toolchain is still aarch64. Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
diff --git a/libpixelflinger/codeflinger/ARMAssemblerInterface.h b/libpixelflinger/codeflinger/ARMAssemblerInterface.h index 6e0d7c6..40cbfcf 100644 --- a/libpixelflinger/codeflinger/ARMAssemblerInterface.h +++ b/libpixelflinger/codeflinger/ARMAssemblerInterface.h
@@ -63,7 +63,7 @@ }; enum { - CODEGEN_ARCH_ARM = 1, CODEGEN_ARCH_MIPS, CODEGEN_ARCH_AARCH64 + CODEGEN_ARCH_ARM = 1, CODEGEN_ARCH_MIPS, CODEGEN_ARCH_ARM64 }; // -----------------------------------------------------------------------