summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-02-03 13:06:53 -0800
committerColin Cross <ccross@android.com>2015-02-03 13:06:53 -0800
commit7ef4cb95e1ed4305e99f03a8e8ad28d26134a45b (patch)
tree8797766d62baa62d02154de398c2a99c788a944f
parent17d841fe40916ba8d6cd1f183c3af0e6198089f1 (diff)
downloadlinux-x86-7ef4cb95e1ed4305e99f03a8e8ad28d26134a45b.tar.gz
See README.ANDROID for instructions on rebuilding the prebuilts. Change-Id: Idf33eb2db04c2719644155969c27c35c69a165ef
-rw-r--r--README.ANDROID7
-rwxr-xr-xninjabin0 -> 3213586 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/README.ANDROID b/README.ANDROID
new file mode 100644
index 0000000..2b2c1ca
--- /dev/null
+++ b/README.ANDROID
@@ -0,0 +1,7 @@
+The go prebuilts in this directory were compiled with:
+
+git clone https://github.com/martine/ninja.git /tmp/ninja
+cd /tmp/ninja
+git checkout 636034b288777c9f0b7aca1072e0496de94db27c
+./configure.py --bootstrap
+cp -r ninja prebuilts/ninja/linux-x86
diff --git a/ninja b/ninja
new file mode 100755
index 0000000..ffdaf07
--- /dev/null
+++ b/ninja
Binary files differ