| author | Pekka Paalanen <ppaalanen@gmail.com> | 2012-08-21 13:00:39 (GMT) |
|---|---|---|
| committer | Pekka Paalanen <ppaalanen@gmail.com> | 2012-08-21 13:00:39 (GMT) |
| commit | dc34473b2260a4bb5084adf30356fc1e8dc861ff (patch) (side-by-side diff) | |
| tree | e1a0ac145981cf0f746274dacec54fe8e2e7dee1 | |
| parent | db1efd1e95a6c578e16c29ce332a34ad0b7b8a76 (diff) | |
| download | androgenizer-android-4.0.1_r1.2-b.tar.gz androgenizer-android-4.0.1_r1.2-b.tar.bz2 | |
update LDFLAGS documentationandroid-4.0.1_r1.2-b
| -rw-r--r-- | README.txt | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -82,8 +82,13 @@ Adding resources to modules (a module must be declared first!): -:LDFLAGS followed by any number of linker directives to be processed... -l<foo> will be added as lib<foo> to LOCAL_SHARED_LIBRARIES - -L will be silently removed - -pthread will be silently removed + -L and -R will be silently removed + -pthread and -lpthread will be silently removed + -lrt will be silently removed (rt is a built-in library in bionic) + -dlopen and -version-info, and the word following those (the option + argument) will be silently removed + Of plain file arguments, only *.a and *.la files are kept, all others + are silently dropped. -:LIBFILTER_STATIC followed by a list of libs (no lib prefix, or extension) These libs will be added to LOCAL_STATIC_LIBRARIES instead of |
