From 3bb00a7d535dbcad9e63809b238791445cf16fb6 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Thu, 8 Jun 2017 23:42:16 +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 890ae68..f3169e8 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_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 -- cgit v1.2.3