Skip to content

Commit

Permalink
bootleg bringup
Browse files Browse the repository at this point in the history
  • Loading branch information
amog787 committed Feb 19, 2018
1 parent 240d5b7 commit 0f5e1e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
File renamed without changes.
10 changes: 7 additions & 3 deletions lineage.mk → bootleg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)

# Inherit from z2_plus device
$(call inherit-product, device/zuk/z2_plus/device.mk)

# Inherit some common AOSP stuff.
TARGET_ARCH := arm64
TARGET_DENSITY := xxhdpi
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_INCLUDE_ARCORE := true
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
$(call inherit-product, vendor/bootleggers/config/common_full_phone.mk)

# Device identifier. This must come after all inclusions.
PRODUCT_NAME := lineage_z2_plus
PRODUCT_NAME := bootleg_z2_plus
PRODUCT_DEVICE := z2_plus
PRODUCT_BRAND := ZUK
PRODUCT_MODEL := Z2 Plus
Expand Down

0 comments on commit 0f5e1e6

Please sign in to comment.