diff options
-rw-r--r-- | lineage.mk | 7 | ||||
-rw-r--r-- | vendorsetup.sh | 1 |
2 files changed, 3 insertions, 5 deletions
@@ -15,11 +15,10 @@ # # Boot animation -TARGET_SCREEN_HEIGHT := 480 -TARGET_SCREEN_WIDTH := 600 +TARGET_BOOTANIMATION_NAME := vertical-540x960 # Inherit common LineageOS configuration -$(call inherit-product, vendor/cm/config/common_full_phone.mk) +$(call inherit-product, vendor/replicant/config/common_full_phone.mk) # LineageOS specific overlay DEVICE_PACKAGE_OVERLAYS += device/samsung/espresso3g/overlay/cm @@ -29,7 +28,7 @@ DEVICE_PACKAGE_OVERLAYS += device/samsung/espressowifi/overlay/cm-common $(call inherit-product, device/samsung/espresso3g/aosp_espresso3g.mk) # Device identifier. This must come after all inclusions -PRODUCT_NAME := lineage_espresso3g +PRODUCT_NAME := replicant_espresso3g # Packages PRODUCT_PACKAGES += \ diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100644 index 90e7053..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1 +0,0 @@ -add_lunch_combo lineage_espresso3g-userdebug |