Merge "Add location shared library to core build." into gingerbread
diff --git a/target/product/core.mk b/target/product/core.mk
index 7f753b4..e1697d9 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -24,6 +24,8 @@
 
 PRODUCT_PACKAGES := \
     bouncycastle \
+    com.android.location.provider \
+    com.android.location.provider.xml \
     core \
     core-junit \
     create_test_dmtrace \