Use a different layout for RootTools srclib

This commit is contained in:
David Black 2014-01-19 14:03:27 +00:00
parent a2c2dd3098
commit 3dc639ab06
2 changed files with 8 additions and 8 deletions

View file

@ -40,10 +40,10 @@ Build:10.3,161
commit=32
subdir=app/Pro
target=android-15
srclibs=1:ViewPagerIndicator@8cd549;RootTools@310;BusyboxConfigs-linusyang@63dc
srclibs=1:ViewPagerIndicator@8cd549;RootTools@3.4;BusyboxConfigs-linusyang@63dc
rm=binaries;patches;app/Free;app/Pro/assets
prebuild=mkdir assets && \
cp -r $$RootTools$$/3.4/src/com/ src/ && \
cp -r $$RootTools$$/src/com/ src/ && \
cp -r $$BusyboxConfigs-linusyang$$ ../BB && \
sed -i 's/darwin-x86_64/linux-x86/g;/android_ndk_config-w-patches/d;s/#CONFIG_FILE/CONFIG_FILE/' ../BB/Makefile
build=cd ../BB && \
@ -58,9 +58,9 @@ Build:10.7,180
forceversion=yes
forcevercode=yes
gradle=pro
srclibs=RootTools@310;BusyboxConfigs-linusyang@63dc
srclibs=RootTools@3.4;BusyboxConfigs-linusyang@63dc
prebuild=mkdir assets && \
cp -r $$RootTools$$/3.4/src/com/stericson/RootTools src/main/java/stericson/ && \
cp -r $$RootTools$$/src/com/stericson/RootTools src/main/java/stericson/ && \
cp -r $$BusyboxConfigs-linusyang$$ ../BB && \
sed -i 's/darwin-x86_64/linux-x86/g;/android_ndk_config-w-patches/d;s/#CONFIG_FILE/CONFIG_FILE/' ../BB/Makefile
build=cd ../BB && \
@ -75,9 +75,9 @@ Build:10.7,200
forcevercode=yes
subdir=application/Busybox
gradle=pro
srclibs=RootTools@310;BusyboxConfigs@835af1
srclibs=RootTools@3.4;BusyboxConfigs@835af1
prebuild=mkdir assets && \
cp -r $$RootTools$$/3.4/src/com/stericson/RootTools src/main/java/stericson/ && \
cp -r $$RootTools$$/src/com/stericson/RootTools src/main/java/stericson/ && \
cp -r $$BusyboxConfigs$$ ../BB && \
sed -i 's/i686-android-linux/i686-linux-android/g;/android_ndk_config-w-patches/d;s/#CONFIG_FILE/CONFIG_FILE/' ../BB/Makefile
build=cd ../BB && \
@ -97,6 +97,7 @@ no commit descriptions.
It's now using gradle but it's half baked at time of writing.
Busybox x86 and MIPS hang for me with linusyang setup with stericson and basic configs.
The Tias setup won't patch properly; maybe it's my version of sed.
The busybox binary was tested with toolchain 4.6; I don't have toolchain 4.4.3 installed.
So if it doesn't build just sed 4.6 in ../BB/Makefile.

View file

@ -1,7 +1,6 @@
Repo Type:git-svn
Repo:http://roottools.googlecode.com/svn/trunk/Stable/TAGS
Repo:http://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS
# Better to copy the source code than to make jars
#Prepare:mkdir -p bin/classes && echo -e "android.library=true\ntarget=android-16\n" >> project.properties
#Update Project:Yes