cross-files/android: cpu is aarch64, not arm64

Matching the value in glib:
https://gitlab.gnome.org/GNOME/glib/merge_requests/1376#note_719427
This commit is contained in:
Nirbheek Chauhan 2020-02-21 22:08:03 +05:30 committed by Nirbheek Chauhan
parent b9acfcace8
commit ee4108a086

View file

@ -1,7 +1,7 @@
[host_machine]
system = 'android'
cpu_family = 'aarch64'
cpu = 'arm64'
cpu = 'aarch64'
endian = 'little'
[properties]