OSDN Git Service

Porting the v4l2 works made by niels.keeman@tass.nl
[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 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
8
9 PRODUCT_NAME := eeepc
10 PRODUCT_DEVICE := eeepc
11 PRODUCT_POLICY := android.policy_mid
12 PRODUCT_PROPERTY_OVERRIDES += \
13         ro.com.android.dataroaming=true
14
15 ifeq ($(TARGET_PRODUCT),$(PRODUCT_NAME))
16 TARGET_ARCH := x86
17 DISABLE_DEXPREOPT := true
18 endif