summaryrefslogtreecommitdiffstats
path: root/target/product/generic_with_google.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/product/generic_with_google.mk')
-rwxr-xr-xtarget/product/generic_with_google.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/product/generic_with_google.mk b/target/product/generic_with_google.mk
deleted file mode 100755
index af499b3..0000000
--- a/target/product/generic_with_google.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# This is a generic product that isn't specialized for a specific device.
-# It includes the base Android platform including some Google-specific features.
-# If you do not want to include Google specific features, you should derive
-# from generic.mk
-
-PRODUCT_PACKAGES := \
- GoogleContactsProvider \
- GoogleSubscribedFeedsProvider
-
-$(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
-
-# Overrides
-PRODUCT_NAME := generic_with_google