Using prebuild to build protobuf too
Signed-off-by: Daniele Ricci <daniele.athome@gmail.com>
This commit is contained in:
parent
85b70882fd
commit
f23741d7ba
|
@ -27,7 +27,12 @@ for sending you the verification code, than it will be discarded).
|
|||
|
||||
Repo Type:git
|
||||
Repo:https://code.google.com/p/kontalk.androidclient/
|
||||
Build Version:2.2.5,21,2.2.5,submodules=no,srclibs=ActionBarSherlock@4.2.0,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
Build Version:2.2.5,21,2.2.5,submodules=no,srclibs=ActionBarSherlock@4.2.0,\
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
wget "http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz" && \
|
||||
tar -xzf protobuf-2.4.1.tar.gz && cd protobuf-2.4.1 && ./configure && make && \
|
||||
cd java && $$MVN3$$ package -P lite && cp target/protobuf-java-2.4.1-lite.jar ../../libs/
|
||||
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2.5
|
||||
|
|
Loading…
Reference in a new issue