mako: include GPS hal and supporting libs

Signed-off-by: Iliyan Malchev <malchev@google.com>
Change-Id: I133c6d3bda965c3580c7ceabd98f10f79631d64c
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 882938e..bca82a1 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -43,6 +43,7 @@
 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
-
 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/vold.fstab)
 $(call add-clean-step, find $(OUT_DIR) -name "lights.msm8960*" -print0 | xargs -0 rm -f)
+
+$(call add-clean-step, find $(OUT_DIR) -name "*.default.*so" -print0 | xargs -0 rm -f)