Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Galaxys4GMTD #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions products/AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aokpcb_espressowifi.mk \
$(LOCAL_DIR)/aokpcb_fascinatemtd.mk \
$(LOCAL_DIR)/aokpcb_galaxysmtd.mk \
$(LOCAL_DIR)/aokpcb_galaxys4gmtd.mk \
$(LOCAL_DIR)/aokpcb_hercules.mk \
$(LOCAL_DIR)/aokpcb_inc.mk \
$(LOCAL_DIR)/aokpcb_maguro.mk \
Expand Down
29 changes: 29 additions & 0 deletions products/aokpcb_galaxys4gmtd.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
$(call inherit-product, device/samsung/galaxys4gmtd/full_galaxys4gmtd.mk)

# Release name
PRODUCT_RELEASE_NAME := GalaxyS4G

$(call inherit-product, vendor/aokp/configs/common_phone.mk)

# Inherit GSM common stuff
$(call inherit-product, vendor/aokp/configs/gsm.mk)

PRODUCT_PACKAGE_OVERLAYS += vendor/aokp/overlay/aries-common

## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := galaxys4gmtd
PRODUCT_NAME := aokpcb_galaxys4gmtd
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SGH-T959V

#Set build fingerprint / ID / Prduct Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=samsung BUILD_FINGERPRINT=samsung/SGH-T959V/SGH-T959V:2.3.6/GINGERBREAD/VUVKJ6:user/release-keys PRIVATE_BUILD_DESC="SGH-T959V-user 2.3.6 GINGERBREAD VUVKJ6 release-keys"

# Camera
PRODUCT_PACKAGES += \
Camera

# boot animation
PRODUCT_COPY_FILES += \
vendor/aokp/prebuilt/bootanimation/bootanimation_480_800.zip:system/media/bootanimation.zip

1 change: 1 addition & 0 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ add_lunch_combo aokpcb_captivatemtd-userdebug
add_lunch_combo aokpcb_crespo-userdebug
add_lunch_combo aokpcb_espressowifi-userdebug
add_lunch_combo aokpcb_galaxysmtd-userdebug
add_lunch_combo aokpcb_galaxys4gmtd-userdebug
add_lunch_combo aokpcb_hercules-userdebug
add_lunch_combo aokpcb_inc-userdebug
add_lunch_combo aokpcb_mesmerizemtd-userdebug
Expand Down