OSDN Git Service

add per-platform preload class list
[android-x86/device-asus-eeepc.git] / eeepc.mk
1 # TODO: Need to setup a proper inheritance tree for this class of
2 # products...
3 #
4 # For now, reuse the generic (phone) infrastructure.
5 #
6
7 PRODUCT_PACKAGES := \
8         ConnectBot \
9         Email \
10         FileManager \
11         GlobalTime \
12         JETBoy \
13         LunarLander \
14         NotePad \
15         PinyinIME \
16         RSSReader \
17         Snake
18
19 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
20
21 PRODUCT_NAME := eeepc
22 PRODUCT_DEVICE := eeepc
23 PRODUCT_POLICY := android.policy_mid
24 PRODUCT_PROPERTY_OVERRIDES += \
25         ro.com.android.dataroaming=true
26
27 ifeq ($(TARGET_PRODUCT),$(PRODUCT_NAME))
28 TARGET_ARCH := x86
29 DISABLE_DEXPREOPT := true
30 endif