diff --git a/.pick_status.json b/.pick_status.json index 3137900a616..a5908c2960c 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -14,7 +14,7 @@ "description": "docs/android: Fix example meson cross file again", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "57abef5af1f316bc1e9c6baefe986950e65b516b", "notes": null diff --git a/docs/android.rst b/docs/android.rst index 3ac75171e57..0034706bb75 100644 --- a/docs/android.rst +++ b/docs/android.rst @@ -34,8 +34,8 @@ Then, create your Meson cross file to use it, something like this [host_machine] system = 'android' - cpu_family = 'arm' - cpu = 'aarch64' + cpu_family = 'aarch64' + cpu = 'armv8' endian = 'little' Now, use that cross file for your Android build directory (as in this