cross-files/android: cpu is aarch64, not arm64
authorNirbheek Chauhan <nirbheek@centricular.com>
Fri, 21 Feb 2020 16:38:03 +0000 (22:08 +0530)
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>
Fri, 21 Feb 2020 16:44:37 +0000 (16:44 +0000)
Matching the value in glib:
https://gitlab.gnome.org/GNOME/glib/merge_requests/1376#note_719427

data/cross-files/android_arm64_api28.txt

index 27b803d..c697549 100644 (file)
@@ -1,7 +1,7 @@
 [host_machine]
 system = 'android'
 cpu_family = 'aarch64'
-cpu = 'arm64'
+cpu = 'aarch64'
 endian = 'little'
 
 [properties]