Move ro.com.google.locationfeatures to product

We can't set this in system, or vendor without sepolicy, so move it to
the product build.prop. This seems right, as the property is build
specific, not vendor related.

This feature doesn't seem to be used by anything, but in an abundance of
caution, keep it alive.

Bug: 129435174
Change-Id: I7ccd63579e4ee346097047ed90bbbd19b5de23e1
diff --git a/shared/device.mk b/shared/device.mk
index 823f39a..34efc3a 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -20,6 +20,12 @@
 
 DISABLE_RILD_OEM_HOOK := true
 
+# Unlabeled properties that are not vendor-specific. These will go in the
+# product partition, instead of the vendor partition, and do not need vendor
+# sepolicy
+PRODUCT_PRODUCT_PROPERTIES := \
+    ro.com.google.locationfeatures=1 \
+
 # Explanation of specific properties:
 #   debug.hwui.swap_with_damage avoids boot failure on M http://b/25152138
 #   ro.opengles.version OpenGLES 3.0
@@ -29,7 +35,6 @@
     debug.hwui.swap_with_damage=0 \
     ro.carrier=unknown \
     ro.com.android.dataroaming=false \
-    ro.com.google.locationfeatures=1 \
     ro.hardware.virtual_device=1 \
     ro.logd.size=1M \
     ro.opengles.version=196608 \