Skip to content

Commit

Permalink
lemonadep: Bring up PixelExtended
Browse files Browse the repository at this point in the history
Signed-off-by: delano-git <[email protected]>
  • Loading branch information
delano-git committed Oct 10, 2022
1 parent e9e30e8 commit bcf31fd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
8 changes: 4 additions & 4 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_lemonadep.mk
$(LOCAL_DIR)/aosp_lemonadep.mk

COMMON_LUNCH_CHOICES := \
lineage_lemonadep-user \
lineage_lemonadep-userdebug \
lineage_lemonadep-eng
aosp_lemonadep-user \
aosp_lemonadep-userdebug \
aosp_lemonadep-eng
3 changes: 3 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ include device/oneplus/sm8350-common/BoardConfigCommon.mk

DEVICE_PATH := device/oneplus/lemonadep

# Assert
TARGET_OTA_ASSERT_DEVICE := lemonadep|OnePlus9Pro|oneplus9pro

# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop

Expand Down
10 changes: 7 additions & 3 deletions lineage_lemonadep.mk → aosp_lemonadep.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,18 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from lemonadep device
$(call inherit-product, device/oneplus/lemonadep/device.mk)

# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit some common PEX stuff.
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)

PRODUCT_NAME := lineage_lemonadep
# Boot Animation
TARGET_BOOT_ANIMATION_RES := 1440

PRODUCT_NAME := aosp_lemonadep
PRODUCT_DEVICE := lemonadep
PRODUCT_MANUFACTURER := OnePlus
PRODUCT_BRAND := OnePlus
PRODUCT_MODEL := LE2125
CUSTOM_DEVICE := OnePlus9Pro

PRODUCT_SYSTEM_NAME := OnePlus9Pro
PRODUCT_SYSTEM_DEVICE := OnePlus9Pro
Expand Down
6 changes: 0 additions & 6 deletions lineage.dependencies

This file was deleted.

0 comments on commit bcf31fd

Please sign in to comment.