Skip to content

Commit

Permalink
Bring in Acer Iconia A510
Browse files Browse the repository at this point in the history
Change-Id: I56e1e7a3b71582682b21b0c29f957472621175c8
  • Loading branch information
ProTekk committed Jan 25, 2013
1 parent 2fc7028 commit 887b3e8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions products/AndroidProducts.mk
@@ -1,4 +1,5 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/a510.mk \
$(LOCAL_DIR)/d2att.mk \
$(LOCAL_DIR)/d2tmo.mk \
$(LOCAL_DIR)/d2usc.mk \
Expand Down
24 changes: 24 additions & 0 deletions products/a510.mk
@@ -0,0 +1,24 @@
## Specify phone tech before including full_phone
$(call inherit-product, vendor/aokp/configs/gsm.mk)

# Release name
PRODUCT_RELEASE_NAME := A510

# Inherit some common AOKP stuff.
$(call inherit-product, vendor/aokp/configs/common_tablet.mk)

# Inherit device configuration
$(call inherit-product, device/acer/a510/full_a510.mk)

## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := a510
PRODUCT_NAME := aokp_a510
PRODUCT_BRAND := Acer
PRODUCT_MODEL := A510
PRODUCT_MANUFACTURER := Acer

PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=a510_pa_cus1 \
TARGET_DEVICE=picasso_m \
BUILD_FINGERPRINT="acer/a510_pa_cus1/picasso_m:4.1.2/JZO54K/1354108731:user/release-keys" \
PRIVATE_BUILD_DESC="a510_pa_cus1-user 4.1.2 JZ054K 1354108731 release-keys"
1 change: 1 addition & 0 deletions vendorsetup.sh
@@ -1,3 +1,4 @@
add_lunch_combo aokp_a510-userdebug
add_lunch_combo aokp_d2att-userdebug
add_lunch_combo aokp_d2tmo-userdebug
add_lunch_combo aokp_d2usc-userdebug
Expand Down

0 comments on commit 887b3e8

Please sign in to comment.