diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-18 19:31:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-18 19:31:24 +0200 |
commit | 4175118929c2483ad80d822b90eb2e82bb20813a (patch) | |
tree | 70508d4471a5437d2c7109b3506ba01073b1de9e /android | |
parent | bcafcd39794041e68ed4ea1c578d143ef58dd664 (diff) |
Bin obsolete comment
Change-Id: I21d233996d21d78f601d427e89c14f668af85bcf
Diffstat (limited to 'android')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index ec5fa9578854..7af927bf2be3 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -74,11 +74,6 @@ clean: android_version_setup properties # Build / link the single .so for this app # -# Sigh, it's sad that now with solver dying we have to list the -# locations of each needed bundled 3rd-party lib like this. Maybe we -# really should try to make these experimental Android apps (and the -# iOS one) buildable with gbuild. - LIBS = \ -Wl,--start-group \ $(shell $(SRCDIR)/bin/lo-all-static-libs) \ |