From fe437c61fe72f334959b7094c3546a1d34b8c7b9 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Sun, 11 Jun 2017 23:02:11 +0200 Subject: initial Replicant 6.0 adaptions Signed-off-by: Wolfgang Wiedmeyer --- lineage.mk | 7 +++---- vendorsetup.sh | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 vendorsetup.sh diff --git a/lineage.mk b/lineage.mk index b8bc54f..543ec65 100644 --- a/lineage.mk +++ b/lineage.mk @@ -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 -- cgit v1.1