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 := eee_701
10
PRODUCT_DEVICE := eee_701
11
PRODUCT_POLICY := android.policy_mid
12
PRODUCT_PROPERTY_OVERRIDES += \
13
        ro.com.android.dataroaming=true