Skip to content

Commit

Permalink
OwnROM bringup
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhrajyotiSen committed May 26, 2017
1 parent 56e5274 commit 5c3a583
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions lineage.mk → ownrom.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, device/zuk/z2_plus/device.mk)

# Inherit some common LineageOS stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
$(call inherit-product, vendor/ownrom/config/common_full_phone.mk)

PRODUCT_NAME := lineage_z2_plus
PRODUCT_NAME := ownrom_z2_plus
PRODUCT_DEVICE := z2_plus
PRODUCT_MANUFACTURER := ZUK
PRODUCT_BRAND := ZUK
Expand Down
4 changes: 2 additions & 2 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
add_lunch_combo lineage_z2_plus-userdebug
add_lunch_combo lineage_z2_plus-eng
add_lunch_combo ownrom_z2_plus-userdebug
add_lunch_combo ownrom_z2_plus-eng

0 comments on commit 5c3a583

Please sign in to comment.