Skip to content

Commit

Permalink
Rebrand to LineageOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartaner25 committed Jan 18, 2017
1 parent b22bd7b commit 2cc6283
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Expand Up @@ -26,7 +26,7 @@ BOARD_KERNEL_PAGESIZE := 2048

#Try to build the kernel
TARGET_KERNEL_SOURCE := kernel/quanta/fg6q
TARGET_KERNEL_CONFIG := cyanogenmod_fg6q_defconfig
TARGET_KERNEL_CONFIG := fg6q_defconfig

# Use dlmalloc
MALLOC_IMPL := dlmalloc
Expand Down
4 changes: 2 additions & 2 deletions cm.mk → lineage.mk
Expand Up @@ -2,15 +2,15 @@
TARGET_SCREEN_HEIGHT := 1600
TARGET_SCREEN_WIDTH := 2560

# Inherit some common CM stuff.
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)

# Inherit device configuration for fg6q.
$(call inherit-product, device/quanta/fg6q/full_fg6q.mk)

## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := fg6q
PRODUCT_NAME := cm_fg6q
PRODUCT_NAME := lineage_fg6q
PRODUCT_BRAND := Gigaset
PRODUCT_MODEL := QV1030
PRODUCT_MANUFACTURER := Quanta
4 changes: 2 additions & 2 deletions vendorsetup.sh
@@ -1,3 +1,3 @@
add_lunch_combo omni_fg6q-eng
add_lunch_combo cm_fg6q-eng
add_lunch_combo cm_fg6q-userdebug
add_lunch_combo lineage_fg6q-eng
add_lunch_combo lineage_fg6q-userdebug

0 comments on commit 2cc6283

Please sign in to comment.