mirror of https://github.com/perkeep/perkeep.git
android: keep armgo build environment separate
Change-Id: Ie55fdd43813beb5f81ba9f8a41be8012932b1cc1
This commit is contained in:
parent
0825772d49
commit
957c06d46c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue