summaryrefslogtreecommitdiffstats
path: root/target/product/generic_with_google.mk
blob: af499b3ae9f01bfb06d1a8975133d3862ff7bb1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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