tweak existing org.projectvoodoo.otarootkeeper build

This commit is contained in:
David Black 2013-03-02 23:51:56 +00:00
parent 4c5436faec
commit 60043cf405

View file

@ -29,8 +29,8 @@ Repo:https://github.com/project-voodoo/ota-rootkeeper-app.git
Build Version:2.0.3,10,05cc30,srclibs=Busybox@83785f0,rm=assets/busybox,prebuild=\
export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
mkdir external && cp -r $$Busybox$$/* external/ && cd external && \
wget https://raw.github.com/tias/android-busybox-ndk/master/android_ndk_defconfigPlus && \
mkdir -p external && cp -r $$Busybox$$/* external/ && cd external && \
wget https://raw.github.com/tias/android-busybox-ndk/bd2bf4f384350a2bb2f81444012a882ddd48662a/android_ndk_defconfigPlus && \
mv android_ndk_defconfigPlus .config && \
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" && mv busybox ../assets