Remove Google-specific files

Also remove unused configuration
This commit is contained in:
Jean-Baptiste Queru
2009-12-08 15:11:04 -08:00
parent 6254132a3e
commit 3a59b2ceb9
5 changed files with 3 additions and 51 deletions

View File

@@ -27,7 +27,5 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/generic.mk \
$(LOCAL_DIR)/min_dev.mk \
$(LOCAL_DIR)/sdk.mk \
$(LOCAL_DIR)/sim.mk \
$(LOCAL_DIR)/generic_with_google.mk
$(LOCAL_DIR)/sim.mk

View File

@@ -1,6 +1,5 @@
# This is a generic product that isn't specialized for a specific device.
# It includes the base Android platform. If you need Google-specific features,
# you should derive from generic_with_google.mk
# It includes the base Android platform.
PRODUCT_PACKAGES := \
AccountAndSyncSettings \

View File

@@ -1,22 +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 := \
ContactsProvider \
GoogleContactsSyncAdapter \
GoogleSubscribedFeedsProvider \
com.google.android.gtalkservice \
com.google.android.datamessaging \
com.google.android.maps
PRODUCT_COPY_FILES := \
vendor/google/frameworks/maps/com.google.android.maps.xml:system/etc/permissions/com.google.android.maps.xml \
vendor/google/frameworks/datamessaging/com.google.android.datamessaging.xml:system/etc/permissions/com.google.android.datamessaging.xml
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
# Overrides
PRODUCT_NAME := generic_with_google

View File

@@ -1,20 +0,0 @@
PRODUCT_POLICY := android.policy_phone
PRODUCT_PROPERTY_OVERRIDES := \
ro.config.notification_sound=OnTheHunt.ogg \
ro.config.alarm_alert=Alarm_Classic.ogg
PRODUCT_BRAND := generic
PRODUCT_NAME := min_dev
PRODUCT_DEVICE := generic
PRODUCT_PACKAGES := \
DownloadProvider \
GoogleSearch \
MediaProvider \
SettingsProvider \
PackageInstaller \
Bugreport \
Launcher \
Settings \
sqlite3

View File

@@ -1,7 +1,4 @@
PRODUCT_PACKAGES := \
IM
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_with_google.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
# Overrides
PRODUCT_NAME := sim