From b25cd5fb97ccec239de1de777adc92afc3a3edda Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 11 May 2009 17:23:10 +0200 Subject: [PATCH] remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES) --- ndk/docs/ANDROID-MK.TXT | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ndk/docs/ANDROID-MK.TXT b/ndk/docs/ANDROID-MK.TXT index be517e1d6..1778ae44f 100644 --- a/ndk/docs/ANDROID-MK.TXT +++ b/ndk/docs/ANDROID-MK.TXT @@ -344,12 +344,6 @@ LOCAL_STATIC_LIBRARIES that should be linked to this module. This only makes sense in shared library modules. -LOCAL_STATIC_WHOLE_LIBRARIES - A variant of LOCAL_STATIC_LIBRARIES, but which contains a list of - static libraries which will be linked into the target module - with the --whole-archive GNU ld linker option. If you don't know - what this means, you don't need this variable :-) - LOCAL_SHARED_LIBRARIES The list of shared libraries *modules* this module depends on at runtime. This is necessary at link time and to embed the corresponding information