Skip to content

Commit

Permalink
Rebrand to lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePiGuy0 committed Apr 15, 2018
1 parent da014b9 commit ffbe19b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 24935137280
TARGET_OTA_ASSERT_DEVICE := g4,p1,h811

# Kernel
TARGET_KERNEL_CONFIG := aoscp_h811_defconfig
TARGET_KERNEL_CONFIG := lineage_h811_defconfig

# inherit from the proprietary version
-include vendor/lge/h811/BoardConfigVendor.mk
4 changes: 2 additions & 2 deletions aoscp.dependencies → lineage.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{
"repository": "device_lge_g4-common",
"target_path": "device/lge/g4-common",
"remote": "aoscp"
"remote": "thepiguy0"
},
{
"repository": "proprietary_vendor_lge",
"target_path": "vendor/lge",
"remote": "aoscp"
"remote": "thepiguy0"
}
]
6 changes: 3 additions & 3 deletions aoscp.mk → lineage.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$(call inherit-product, device/lge/h811/full_h811.mk)

# Inherit some common AOSCP stuff.
$(call inherit-product, vendor/aoscp/configs/common_full_phone.mk)
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)

# Overlays (inherit after vendor/cm to ensure we override it)
# Overlays (inherit after vendor/lineage to ensure we override it)
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay

PRODUCT_NAME := aoscp_h811
PRODUCT_NAME := lineage_h811
PRODUCT_DEVICE := h811
PRODUCT_BRAND := lge
PRODUCT_MODEL := LG-H811
Expand Down
6 changes: 3 additions & 3 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
add_lunch_combo cm_h811-userdebug
add_lunch_combo cm_h811-user
add_lunch_combo cm_h811-eng
add_lunch_combo lineage_h811-userdebug
add_lunch_combo lineage_h811-user
add_lunch_combo lineage_h811-eng

0 comments on commit ffbe19b

Please sign in to comment.