diff options
| author | Ethan Chen <intervigil@gmail.com> | 2017-01-07 18:16:14 -0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2017-01-07 18:16:14 -0800 |
| commit | f055e4907050f856a42d6d29d843839a882dc02c (patch) | |
| tree | 375bcc03a52465f47ea005d839226b33a8147785 | |
| parent | 52c4dccacc9b4c3d4669d15f4b03a69e9689a6ed (diff) | |
sailfish: cm => lineage
Change-Id: Icaa2b6eaf99eb698f3c16d57a3a2fe09a0b8c841
| -rw-r--r-- | lineage.dependencies (renamed from cm.dependencies) | 0 | ||||
| -rw-r--r-- | lineage.mk (renamed from cm.mk) | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cm.dependencies b/lineage.dependencies index 11a87e5..11a87e5 100644 --- a/cm.dependencies +++ b/lineage.dependencies @@ -2,17 +2,17 @@ TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 -# Inherit some common CM stuff. +# Inherit some common Lineage stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/google/marlin/aosp_sailfish.mk) ## Device identifier. This must come after all inclusions -PRODUCT_NAME := cm_sailfish +PRODUCT_NAME := lineage_sailfish PRODUCT_BRAND := google PRODUCT_MODEL := Pixel -TARGET_MANUFACTURER := Google +TARGET_MANUFACTURER := HTC PRODUCT_RESTRICT_VENDOR_FILES := false PRODUCT_BUILD_PROP_OVERRIDES += \ |
