overlay: Add new netloc package name

Google renamed it in 4.4 - The question is, do we want to maintain
compatibility with "legacy" netloc packages?

(compatibility maintained here)

Thanks to kufikugel on IRC for the tip

Change-Id: I5f403a4fe7183c6b393ab350eae62c4770a710c7
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index ba5e353..481ab4d 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -3,8 +3,10 @@
     <string-array name="config_locationProviderPackageNames" translatable="false">
         <!-- The standard AOSP fused location provider -->
         <item>com.android.location.fused</item>
-        <!-- The Google provider -->
+        <!-- Legacy Google provider - consider removing -->
         <item>com.google.android.location</item>
+        <!-- GMS (gapps) provider for 4.4 and above-->
+        <item>com.google.android.gms</item>
     </string-array>
 
     <!-- Package name for default keyguard appwidget [DO NOT TRANSLATE] -->