summaryrefslogtreecommitdiffstats
path: root/crypto/src/main/native/sub.mk
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/main/native/sub.mk')
-rw-r--r--crypto/src/main/native/sub.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/crypto/src/main/native/sub.mk b/crypto/src/main/native/sub.mk
deleted file mode 100644
index 62f8672..0000000
--- a/crypto/src/main/native/sub.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- mode: makefile -*-
-# 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_conscrypt_NativeCrypto.cpp
-
-LOCAL_C_INCLUDES += \
- libcore/luni/src/main/native
-
-# 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 +=