use srclib in busybox installer build
This commit is contained in:
parent
5a26aaa1a0
commit
d6751c451b
|
@ -29,9 +29,11 @@ Build Version:7.2,104,!No source available
|
|||
Build Version:7.5,105,!No source available
|
||||
Build Version:7.6.1,112,!No source available
|
||||
Build Version:7.8.3,117,!No source available
|
||||
#Compile busybox with ndk using stericsonlike config and srclib for RootTools. Possibly fork
|
||||
Build Version:9.6.3,141,!blobs 26,subdir=app,extlibs=RootTools-2.4.jar,\
|
||||
srclibs=ViewPagerIndicator@2.2.3,prebuild=\
|
||||
#Compile busybox with ndk using stericsonlike config and srclib for RootTools. Fork package id?
|
||||
#Use srclib or just copy source files as above
|
||||
Build Version:9.6.3,141,!blobs 26,subdir=app,srclibs=ViewPagerIndicator@2.2.3;RootTools@211,prebuild=\
|
||||
mkdir -p libs/ && cp -r $$RootTools$$ . && cd RootTools && ant debug && \
|
||||
ant -f makejar.ant && mv roottools.jar ../libs/ && ant clean && cd .. && \
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
Loading…
Reference in a new issue