diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-02-16 17:32:04 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-16 17:35:09 +0000 |
commit | 1cc602e09b8b6ddaac8ddf526383ed28a1e42bd5 (patch) | |
tree | 4dc9732e39a55c7eac327c62e839bd923028a9b3 | |
parent | a545badd656ce00e36945b188f620a67e19fdf55 (diff) |
android: prune missing libraries from install list
-rw-r--r-- | android/qa/desktop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 67fdb7c6796b..c0fbe00c8dd7 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -159,13 +159,11 @@ copy-stuff: buildrcs uno_cppuhelpergcc3 \ uno_sal \ uno_salhelpergcc3 \ - unoexceptionprotector \ unotest \ unoxmllo \ utllo \ vbahelperlo \ vcllo \ - vclplug_svplo \ xcrlo \ xml2 \ xmlreader \ @@ -178,6 +176,7 @@ copy-stuff: buildrcs done # deployment \ # deploymentmisclo \ +# unoexceptionprotector \ # # Then the shared GNU C++ library |