2
0
mirror of synced 2025-02-24 15:28:28 +00:00
mobile/cmd/gomobile/hashes.go
Elias Naur 34d472ecb6 mobile/cmd/gomobile: use NDK r12
Also:

- Replace GCC with Clang. GCC is slated for removal in future NDK
releases.
- Replace the deprecated obsoleted make-standalone-toolchain.sh
script with the new make_standalone_toolchain.py script.
- Add the NDK version to OpenAL tarball name, to avoid name clashes
with previous builds of the same OpenAL version.
- Removed obsolete workaround for a linker problem with NDK r10c.
- Update the URLs and unpack logic for the full NDK mode.

Change-Id: Ifeec6fee624862ba2ff2d4520dab42f800414f7b
Reviewed-on: https://go-review.googlesource.com/24490
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2016-06-29 15:33:04 +00:00

20 lines
1.3 KiB
Go

// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
// Hashes were computed with 'go run release.go'
var fetchHashes = map[string]string{
"android-ndk-r12-darwin-x86_64.zip": "fe10b64a65f3e818b852862975ea7b5896295cd1301d1acdbeb1294d9592fb19",
"gomobile-ndk-r12-darwin-x86_64.tar.gz": "861c5b6d464923f4bac16f47999d838a6a15184b17f5482049e52949dfece44c",
"android-ndk-r12-linux-x86_64.zip": "7876e3b99f3596a3215ecf4e9f152d24b82dfdf2bbe7d3a38c423ae6a3edee79",
"gomobile-ndk-r12-linux-x86_64.tar.gz": "ffa4b99736b8df22f26027167ab5e6e3d1d74aaf838622009134cd022b9bc9e2",
"android-ndk-r12-windows-x86.zip": "72a18b670086601e827f6fe4f49e31239f969138ddc9468800e64d6a4fc5bd81",
"gomobile-ndk-r12-windows-x86.tar.gz": "ed201197b87bb1ed830d5ac5cdbccf65b1833d8b338a82804e7d6a3dc8da80cd",
"android-ndk-r12-windows-x86_64.zip": "85c5d6d43a04b43cd004771394db37e8f7a7a074ce4c7db7476880cc1a41607f",
"gomobile-ndk-r12-windows-x86_64.tar.gz": "f9ccdf1687a41a4dddf221c451f43fb8cd5729d8a40d9c61da3d8c86b352b1b0",
"gomobile-openal-soft-1.16.0.1-ndk-r12.tar.gz": "ede844ee14491a45686657998a12ccb591e7958332fb099581018a11697ffbb2",
}