OSDN Git Service

af499b3ae9f01bfb06d1a8975133d3862ff7bb1b
[android-x86/build.git] / target / product / generic_with_google.mk
1 # This is a generic product that isn't specialized for a specific device.
2 # It includes the base Android platform including some Google-specific features.
3 # If you do not want to include Google specific features, you should derive 
4 # from generic.mk
5
6 PRODUCT_PACKAGES := \
7     GoogleContactsProvider \
8     GoogleSubscribedFeedsProvider
9
10 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
11
12 # Overrides
13 PRODUCT_NAME := generic_with_google