diff options
Diffstat (limited to 'nio/src/main/native/sub.mk')
-rw-r--r-- | nio/src/main/native/sub.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/nio/src/main/native/sub.mk b/nio/src/main/native/sub.mk deleted file mode 100644 index 750d216..0000000 --- a/nio/src/main/native/sub.mk +++ /dev/null @@ -1,16 +0,0 @@ -# This file is included by the top-level libcore Android.mk. -# It's not a normal makefile, so we don't include CLEAR_VARS -# or BUILD_*_LIBRARY. - -LOCAL_SRC_FILES := \ - org_apache_harmony_nio_AddressUtil.cpp - -LOCAL_C_INCLUDES += - -# Any shared/static libs that are listed here must also -# be listed in libs/nativehelper/Android.mk. -# TODO: fix this requirement - -LOCAL_SHARED_LIBRARIES += - -LOCAL_STATIC_LIBRARIES += |