Skip to content
This repository was archived by the owner on Aug 15, 2017. It is now read-only.

Commit 7944c09

Browse files
committed
Purge more unnecessary parts of the build scripts.
1 parent 434d1a2 commit 7944c09

File tree

370 files changed

+2
-144504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+2
-144504
lines changed

build.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ PYTHON_INSTALL="$BUILD_PATH/python-install/"
5959
CYTHON="cython -t"
6060

6161
# Tools
62-
export LIBLINK="$ROOT_PATH/src/tools/liblink"
63-
export BIGLINK="$ROOT_PATH/src/tools/biglink"
6462
export PIP=$PIP_NAME
6563
export VIRTUALENV=$VIRTUALENV_NAME
6664

@@ -374,8 +372,8 @@ function run_prepare() {
374372
test -d $JNI_PATH || mkdir -p $JNI_PATH
375373

376374
# Copy JNI build files into JNI path
377-
cp $SRC_PATH/Android.mk $JNI_PATH
378-
cp $SRC_PATH/Application.mk $JNI_PATH
375+
echo "include \$(call all-subdir-makefiles)" > $JNI_PATH/Android.mk
376+
echo "APP_MODULES := rubicon" > $JNI_PATH/Application.mk
379377

380378
# check arm env
381379
push_arm
@@ -814,8 +812,6 @@ while getopts ":hCvlfxm:u:d:s" opt; do
814812
;;
815813
C)
816814
COPYLIBS=1
817-
LIBLINK=${LIBLINK}-jb
818-
BIGLINK=${BIGLINK}-jb
819815
;;
820816
l)
821817
list_modules

recipes/jpeg/recipe.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

recipes/pil/patches/disable-tk.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

recipes/pil/patches/fix-path.patch

Lines changed: 0 additions & 55 deletions
This file was deleted.

recipes/pil/recipe.sh

Lines changed: 0 additions & 57 deletions
This file was deleted.

recipes/png/recipe.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/Android.mk

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Application.mk

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/jni/jpeg/Android.mk

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/jni/jpeg/MODULE_LICENSE_BSD_LIKE

Whitespace-only changes.

0 commit comments

Comments
 (0)