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_tablet_wifionly.mk) +$(call inherit-product, vendor/replicant/config/common_full_tablet_wifionly.mk) # LineageOS specific overlay DEVICE_PACKAGE_OVERLAYS += device/samsung/espressowifi/overlay/cm-common @@ -28,4 +27,4 @@ DEVICE_PACKAGE_OVERLAYS += device/samsung/espressowifi/overlay/cm-common $(call inherit-product, device/samsung/espressowifi/aosp_espressowifi.mk) # Device identifier. This must come after all inclusions -PRODUCT_NAME := lineage_espressowifi +PRODUCT_NAME := replicant_espressowifi diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100644 index c2cee46..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1 +0,0 @@ -add_lunch_combo lineage_espressowifi-userdebug |