Revert "libclcore.bc comes from prebuilts/sdk for unbundled projects."

This reverts commit ba6a7e1d46ef48d1dc58f3313e56613067ed07fb

Change-Id: I2855923e67c226d39fe362342570e9ab96b885b8
diff --git a/core/definitions.mk b/core/definitions.mk
index 746fbf9..1b55564 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -829,8 +829,7 @@
 	$(dir $@)/$(notdir $(<:.bc=.o)) \
 	$(PRIVATE_COMPILER_RT) \
 	-o $@ -L prebuilts/gcc/ \
-	-L $(TARGET_OUT_INTERMEDIATE_LIBRARIES) $(PRIVATE_LIBPATH) \
-	-lRSSupport -lm
+	-L $(TARGET_OUT_INTERMEDIATE_LIBRARIES) -lRSSupport -lm
 endef
 
 ###########################################################