Revert "Inhibit implicit -Bsymolic in -shared."

This reverts commit 04cf31597021af3cd045dd9c50d94a87d0394023.
The revert helps in benchmark performance.

Change-Id: Id3b0c68efdc7dacd43bcc3b3b6f61f288576307d
diff --git a/core/definitions.mk b/core/definitions.mk
index 38aa720..8966106 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -1309,7 +1309,7 @@
 	$(PRIVATE_TARGET_GLOBAL_LDFLAGS) \
 	-Wl,-rpath-link=$(PRIVATE_TARGET_OUT_INTERMEDIATE_LIBRARIES) \
 	-Wl,-rpath,\$$ORIGIN/../lib \
-	-Wl,-shared -Wl,-soname,$(notdir $@) \
+	-shared -Wl,-soname,$(notdir $@) \
 	$(PRIVATE_LDFLAGS) \
 	$(PRIVATE_TARGET_GLOBAL_LD_DIRS) \
 	$(PRIVATE_ALL_OBJECTS) \