Skip to content

Commit

Permalink
dior: lineage-ify
Browse files Browse the repository at this point in the history
  • Loading branch information
KaguraRinko committed Feb 26, 2020
1 parent e01d296 commit f49c14d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidProducts.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/exthm_dior.mk
$(LOCAL_DIR)/lineage_dior.mk

4 changes: 2 additions & 2 deletions exthm_dior.mk → lineage_dior.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ $(call inherit-product, device/xiaomi/dior/device.mk)
$(call inherit-product-if-exists, vendor/xiaomi/dior/dior-vendor.mk)

# Inherit some common exTHmUI stuff (full)
$(call inherit-product, vendor/exthm/config/common_full_phone.mk)
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)

# Product configuration
PRODUCT_NAME := exthm_dior
PRODUCT_NAME := lineage_dior
PRODUCT_DEVICE := dior
PRODUCT_BRAND := Xiaomi
PRODUCT_MANUFACTURER := Xiaomi
Expand Down

0 comments on commit f49c14d

Please sign in to comment.