Skip to content

Commit 3917ab0

Browse files
Lai Wei-ChihLai Wei-Chih
Lai Wei-Chih
authored and
Lai Wei-Chih
committed
Clean up unnecessary wrap functions.
For wrap functions that call real function directly, it could be removed. Change-Id: I261aa6639349da776e835b9eb74f00b246d4e3c1
1 parent 13d77b6 commit 3917ab0

File tree

9 files changed

+0
-232
lines changed

9 files changed

+0
-232
lines changed

ndk/sources/android/libportable/Android.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,15 @@ endif
6767

6868
ifeq ($(TARGET_ARCH),arm)
6969
libportable_arch_src_files += \
70-
arch-arm/epoll.c \
71-
arch-arm/errno.c \
72-
arch-arm/socket.c \
73-
arch-arm/sockopt.c \
74-
arch-arm/stat.c \
7570
arch-arm/unwind.c
7671
endif
7772

7873
ifeq ($(TARGET_ARCH),x86)
7974
libportable_arch_src_files += \
8075
arch-x86/epoll.c \
81-
arch-x86/errno.c \
8276
arch-x86/fcntl.c \
8377
arch-x86/ioctl.c \
8478
arch-x86/open.c \
85-
arch-x86/socket.c \
86-
arch-x86/sockopt.c \
8779
arch-x86/stat.c
8880
endif
8981

ndk/sources/android/libportable/arch-arm/epoll.c

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

ndk/sources/android/libportable/arch-arm/errno.c

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

ndk/sources/android/libportable/arch-arm/socket.c

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

ndk/sources/android/libportable/arch-arm/sockopt.c

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

ndk/sources/android/libportable/arch-arm/stat.c

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

ndk/sources/android/libportable/arch-x86/errno.c

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

ndk/sources/android/libportable/arch-x86/socket.c

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

ndk/sources/android/libportable/arch-x86/sockopt.c

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

0 commit comments

Comments
 (0)