Remove libbcc's dependence on mclinker.

These features are no longer being used by libbcc, and static initializers
from mclinker are conflicting with tool development (i.e. positional argument
specifiers for the new bcc executable).

Change-Id: I0da427034c50015607a59d4193547868fa9eeabf
diff --git a/libbcc-device-build.mk b/libbcc-device-build.mk
index 7cf635f..54340c4 100644
--- a/libbcc-device-build.mk
+++ b/libbcc-device-build.mk
@@ -61,5 +61,9 @@
 endif
 
 LOCAL_C_INCLUDES := \
+  bionic \
+  external/stlport/stlport \
   $(LIBBCC_ROOT_PATH)/include \
+  $(LLVM_ROOT_PATH)/include \
+  $(LLVM_ROOT_PATH)/device/include \
   $(LOCAL_C_INCLUDES)