Compile bcc.cpp with libbcc shared library

This should fix the Mac OS SDK breakage.

Change-Id: Icea55222bd55f60cf6fdfeac49d9fefd5c975dc7
diff --git a/libbcc-gen-build-stamp.mk b/libbcc-gen-build-stamp.mk
index 1c8a685..1766dd7 100644
--- a/libbcc-gen-build-stamp.mk
+++ b/libbcc-gen-build-stamp.mk
@@ -39,7 +39,8 @@
     $(call intermediates-dir-for, \
       STATIC_LIBRARIES,$(lib),$(LOCAL_IS_HOST_MODULE))/$(lib)$(a_suffix)) \
   $(addprefix $($(my_prefix)OUT_INTERMEDIATE_LIBRARIES)/, \
-    $(addsuffix $(so_suffix), $(LOCAL_SHARED_LIBRARIES)))
+    $(addsuffix $(so_suffix), $(LOCAL_SHARED_LIBRARIES))) \
+  $(LIBBCC_ROOT_PATH)/lib/ExecutionEngine/bcc.cpp
 
 
 # Build Rules for Automatically Generated Build Stamp