Skip to content

Commit

Permalink
Remove musl-locale pieces of libandroid_support.
Browse files Browse the repository at this point in the history
Apparently we don't need these.

Test: ./validate.py
Bug: android/ndk#300
Change-Id: Ie48c59795e65880f620b20270b55a0f8b9c159ff
  • Loading branch information
DanAlbert committed Feb 16, 2017
1 parent efa3688 commit 7c8aeb7
Show file tree
Hide file tree
Showing 63 changed files with 1 addition and 5,927 deletions.
53 changes: 1 addition & 52 deletions sources/android/support/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ android_support_c_includes := $(LOCAL_PATH)/include

ifneq ($(filter $(NDK_KNOWN_DEVICE_ABI64S),$(TARGET_ARCH_ABI)),)
# 64-bit ABIs
android_support_sources := \
src/musl-locale/catclose.c \
src/musl-locale/catgets.c \
src/musl-locale/catopen.c

android_support_sources :=
else
# 32-bit ABIs

Expand Down Expand Up @@ -41,53 +37,6 @@ android_support_sources := \
src/musl-ctype/wcswidth.c \
src/musl-ctype/wctrans.c \
src/musl-ctype/wcwidth.c \
src/musl-locale/catclose.c \
src/musl-locale/catgets.c \
src/musl-locale/catopen.c \
src/musl-locale/iconv.c \
src/musl-locale/intl.c \
src/musl-locale/isalnum_l.c \
src/musl-locale/isalpha_l.c \
src/musl-locale/isblank_l.c \
src/musl-locale/iscntrl_l.c \
src/musl-locale/isdigit_l.c \
src/musl-locale/isgraph_l.c \
src/musl-locale/islower_l.c \
src/musl-locale/isprint_l.c \
src/musl-locale/ispunct_l.c \
src/musl-locale/isspace_l.c \
src/musl-locale/isupper_l.c \
src/musl-locale/iswalnum_l.c \
src/musl-locale/iswalpha_l.c \
src/musl-locale/iswblank_l.c \
src/musl-locale/iswcntrl_l.c \
src/musl-locale/iswctype_l.c \
src/musl-locale/iswdigit_l.c \
src/musl-locale/iswgraph_l.c \
src/musl-locale/iswlower_l.c \
src/musl-locale/iswprint_l.c \
src/musl-locale/iswpunct_l.c \
src/musl-locale/iswspace_l.c \
src/musl-locale/iswupper_l.c \
src/musl-locale/iswxdigit_l.c \
src/musl-locale/isxdigit_l.c \
src/musl-locale/langinfo.c \
src/musl-locale/strcasecmp_l.c \
src/musl-locale/strcoll.c \
src/musl-locale/strerror_l.c \
src/musl-locale/strfmon.c \
src/musl-locale/strftime_l.c \
src/musl-locale/strncasecmp_l.c \
src/musl-locale/strxfrm.c \
src/musl-locale/tolower_l.c \
src/musl-locale/toupper_l.c \
src/musl-locale/towctrans_l.c \
src/musl-locale/towlower_l.c \
src/musl-locale/towupper_l.c \
src/musl-locale/wcscoll.c \
src/musl-locale/wcsxfrm.c \
src/musl-locale/wctrans_l.c \
src/musl-locale/wctype_l.c \
src/musl-math/frexp.c \
src/musl-math/frexpf.c \
src/musl-math/frexpl.c \
Expand Down
1,085 changes: 0 additions & 1,085 deletions sources/android/support/src/musl-locale/big5.h

This file was deleted.

6 changes: 0 additions & 6 deletions sources/android/support/src/musl-locale/catclose.c

This file was deleted.

6 changes: 0 additions & 6 deletions sources/android/support/src/musl-locale/catgets.c

This file was deleted.

6 changes: 0 additions & 6 deletions sources/android/support/src/musl-locale/catopen.c

This file was deleted.

265 changes: 0 additions & 265 deletions sources/android/support/src/musl-locale/codepages.h

This file was deleted.

Loading

0 comments on commit 7c8aeb7

Please sign in to comment.