android: keep armgo build environment separate

Change-Id: Ie55fdd43813beb5f81ba9f8a41be8012932b1cc1
This commit is contained in:
Brad Fitzpatrick 2013-01-30 17:22:45 -08:00
parent 0825772d49
commit 957c06d46c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
all:
GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -o camput.arm camlistore.org/cmd/camput
GOROOT=$(HOME)/armgo GOOS=linux GOARCH=arm CGO_ENABLED=0 $(HOME)/armgo/bin/go build -o camput.arm camlistore.org/cmd/camput
/bin/echo -n "package org.camlistore; public final class ChildProcessConfig { // " > ../gen/org/camlistore/ChildProcessConfig.java
openssl sha1 camput.arm >> ../gen/org/camlistore/ChildProcessConfig.java
/bin/echo "}" >> ../gen/org/camlistore/ChildProcessConfig.java