diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-09 13:40:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-09 13:45:57 +0200 |
commit | 89875941688ac94c7d9ddcccccee141bc16d1688 (patch) | |
tree | 1ef073dbb643053b98ccc2fd68e2a42993c91799 /solenv | |
parent | 29f897054d472746ce0cf59a39142ec5ec3114c1 (diff) |
No need to mention the system "log" library, it clashes with our "log" library
It is not needed anyway. Only liblo-bootstrap uses the log API now,
our libraries on Android (including "executables") don't.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/ANDROID_ARM_GCC.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/ANDROID_ARM_GCC.mk b/solenv/gbuild/platform/ANDROID_ARM_GCC.mk index d9ed246d8178..1a7e56e252c2 100644 --- a/solenv/gbuild/platform/ANDROID_ARM_GCC.mk +++ b/solenv/gbuild/platform/ANDROID_ARM_GCC.mk @@ -40,7 +40,6 @@ gb_STDLIBS := \ gb_Library_PLAINLIBS_NONE := \ android \ gnustl_shared \ - log \ # No unit testing can be run gb_CppunitTest_CPPTESTPRECOMMAND := : |