Put the most specific parts (GPS settings) first.
This way, they'll take precedence over any generic file that
might be set by an inherited file.
Also add a few comments to help people who use these files
as examples.
Change-Id: I7dea36d3d64167f9ee64ff921eae01279aa26a4d
diff --git a/passion_eu.mk b/passion_eu.mk
index 2720514..121c2ad 100644
--- a/passion_eu.mk
+++ b/passion_eu.mk
@@ -14,7 +14,15 @@
# limitations under the License.
#
-$(call inherit-product, device/htc/passion/passion.mk)
+#
+# This is the device-specific product configuration for passion,
+# configured with Europe-specific settings.
+#
-PRODUCT_COPY_FILES += \
+# These are the aspects of the product that are explicitly
+# specific to this file
+PRODUCT_COPY_FILES := \
device/htc/passion/gps.conf_EU:system/etc/gps.conf
+
+# The rest of the configuration is inherited from a generic config
+$(call inherit-product, device/htc/passion/passion.mk)