Skip to content
New issue

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

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

Already on GitHub? # to your account

Mo Support #27

Open
wants to merge 3 commits into
base: jb-mr2
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 @@ -28,4 +28,5 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/d2spr.mk \
$(LOCAL_DIR)/odin.mk \
$(LOCAL_DIR)/yuga.mk \
$(LOCAL_DIR)/ls970.mk \
$(LOCAL_DIR)/pico.mk
25 changes: 25 additions & 0 deletions products/ls970.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Inherit AOSP device configuration for geespr
$(call inherit-product, device/lge/ls970/full_ls970.mk)

# Inherit ReVolt common bits
$(call inherit-product, vendor/revolt/configs/common.mk)

# Geespr Overlay
PRODUCT_PACKAGE_OVERLAYS += vendor/revolt/overlay/common

# Setup device specific product configuration.
PRODUCT_NAME := revolt_ls970
PRODUCT_BRAND := LGE
PRODUCT_DEVICE := ls970
PRODUCT_MODEL := LG-LS970
PRODUCT_MANUFACTURER := LGE

# Set build fingerprint / ID / Prduct Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=geehrc4g_spr_us BUILD_FINGERPRINT=lge/geehrc4g_spr_us/geehrc4g:4.1.2/JZO54K/LS970ZVB.1360739022:user/release-keys PRIVATE_BUILD_DESC="geehrc4g_spr_us-user 4.1.2 JZO54K LS970ZVB.1360739022 release-keys"

# Boot Animation
PRODUCT_COPY_FILES += \
vendor/revolt/prebuilt/bootanimation/xhdpi/bootanimation.zip:system/media/bootanimation.zip

# PA OVERLAY_TARGET
OVERLAY_TARGET := pa_xhdpi
4 changes: 4 additions & 0 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ add_lunch_combo revolt_pico-userdebug
add_lunch_combo revolt_odin-userdebug
# yuga
add_lunch_combo revolt_yuga-userdebug

## Lge
# Ls970
add_lunch_combo revolt_ls970-userdebug