diff options
Diffstat (limited to 'android')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index b5368f4adc7b..5906fa690863 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -81,7 +81,6 @@ clean: android_version_setup properties LIBS = \ -Wl,--start-group \ - $(wildcard $(OUTDIR)/lib/lib*.a) \ $(wildcard $(INSTDIR)/$(LIBO_LIB_FOLDER)/lib*.a) \ $(wildcard $(WORKDIR)/LinkTarget/StaticLibrary/lib*.a) \ $(HARFBUZZ_LIBS) \ |