2 # Creates generic "hosted" binary packages.
4 BUILDTARGET
=android-arm
7 # The log-name MUST match the name of the package script
8 setl hosted-
$BUILDTARGET.log
10 ARCHIVE_BASE
=$ARCHIVE_BASE/Binaries
12 printi
"Creating hosted binary packages..."
14 printi
"Creating AROS/"$BUILDTARGET" system package..."
15 PACKAGE
=$BASENAME-$BUILDTARGET-system
16 ARCHIVE
=$ARCHIVE_BASE/$PACKAGE.
tar.bz2
18 delete
$BUILD_BASE/AROS
19 copy
$SOURCE_AROS $BUILD_BASE/AROS
22 execute .
/configure
--target=linux-arm
--enable-target-variant=android
--enable-ccache --enable-build-type=nightly
--with-sdk=/home
/misc
/priv
/android-sdk-linux_x86
--with-ndk=/home
/misc
/priv
/android-ndk-r6b
--with-kernel-gcc-version=4.4.3 --with-sdk-version=13
25 cd $BUILD_BASE/AROS
/bin
/linux-arm-android
28 move AROSBootstrap.apk
$PACKAGE
30 copy
$SOURCE_AROS/LICENSE
$PACKAGE
31 copy
$SOURCE_AROS/ACKNOWLEDGEMENTS
$PACKAGE
32 delete
$PACKAGE/Include
35 archive
$ARCHIVE $PACKAGE
38 delete
$BUILD_BASE/AROS