Skip to content
Snippets Groups Projects
Commit 35098246 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

build: remove old NDK14 hack

parent 72dd2a02
No related branches found
No related tags found
No related merge requests found
......@@ -461,11 +461,6 @@ echo "Building the contribs"
mkdir -p contrib/contrib-android-${TARGET_TUPLE}
# don't use the dummy uchar.c
if [ ! -f contrib/${TARGET_TUPLE}/include/uchar.h ]; then
mkdir -p contrib/${TARGET_TUPLE}/include
cp ${ANDROID_NDK}/platforms/android-24/arch-${PLATFORM_SHORT_ARCH}/usr/include/uchar.h \
contrib/${TARGET_TUPLE}/include/uchar.h
fi
gen_pc_file() {
echo "Generating $1 pkg-config file"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment