From 3bea1c18b7a8bfa2d1bd9f7dd8b77ac64a508854 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Tue, 10 Jan 2017 11:35:10 +0100 Subject: Rebrand to LineageOS Change-Id: I468259ebe1ea22f6a430ba19aba26d5fba79a543 --- cm.dependencies | 10 ---------- cm.mk | 36 ------------------------------------ lineage.dependencies | 10 ++++++++++ lineage.mk | 36 ++++++++++++++++++++++++++++++++++++ vendorsetup.sh | 2 +- 5 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 cm.dependencies delete mode 100644 cm.mk create mode 100644 lineage.dependencies create mode 100644 lineage.mk diff --git a/cm.dependencies b/cm.dependencies deleted file mode 100644 index 946a140..0000000 --- a/cm.dependencies +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "repository": "android_device_samsung_espressowifi", - "target_path": "device/samsung/espressowifi" - }, - { - "repository": "android_packages_apps_SamsungServiceMode", - "target_path": "packages/apps/SamsungServiceMode" - } -] diff --git a/cm.mk b/cm.mk deleted file mode 100644 index 3f7b8e6..0000000 --- a/cm.mk +++ /dev/null @@ -1,36 +0,0 @@ -# -# Copyright (C) 2016 The CyanogenMod Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# Boot animation -TARGET_SCREEN_HEIGHT := 480 -TARGET_SCREEN_WIDTH := 600 - -# Inherit common CM configuration -$(call inherit-product, vendor/cm/config/common_full_phone.mk) - -# CyanogenMod specific overlay -DEVICE_PACKAGE_OVERLAYS += device/samsung/espresso3g/overlay/cm -DEVICE_PACKAGE_OVERLAYS += device/samsung/espressowifi/overlay/cm-common - -# Inherit device specific configuration -$(call inherit-product, device/samsung/espresso3g/aosp_espresso3g.mk) - -# Device identifier. This must come after all inclusions -PRODUCT_NAME := cm_espresso3g - -# Packages -PRODUCT_PACKAGES += \ - SamsungServiceMode diff --git a/lineage.dependencies b/lineage.dependencies new file mode 100644 index 0000000..946a140 --- /dev/null +++ b/lineage.dependencies @@ -0,0 +1,10 @@ +[ + { + "repository": "android_device_samsung_espressowifi", + "target_path": "device/samsung/espressowifi" + }, + { + "repository": "android_packages_apps_SamsungServiceMode", + "target_path": "packages/apps/SamsungServiceMode" + } +] diff --git a/lineage.mk b/lineage.mk new file mode 100644 index 0000000..b8bc54f --- /dev/null +++ b/lineage.mk @@ -0,0 +1,36 @@ +# +# Copyright (C) 2016 The CyanogenMod Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# Boot animation +TARGET_SCREEN_HEIGHT := 480 +TARGET_SCREEN_WIDTH := 600 + +# Inherit common LineageOS configuration +$(call inherit-product, vendor/cm/config/common_full_phone.mk) + +# LineageOS specific overlay +DEVICE_PACKAGE_OVERLAYS += device/samsung/espresso3g/overlay/cm +DEVICE_PACKAGE_OVERLAYS += device/samsung/espressowifi/overlay/cm-common + +# Inherit device specific configuration +$(call inherit-product, device/samsung/espresso3g/aosp_espresso3g.mk) + +# Device identifier. This must come after all inclusions +PRODUCT_NAME := lineage_espresso3g + +# Packages +PRODUCT_PACKAGES += \ + SamsungServiceMode diff --git a/vendorsetup.sh b/vendorsetup.sh index 868ec8f..90e7053 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1 +1 @@ -add_lunch_combo cm_espresso3g-userdebug +add_lunch_combo lineage_espresso3g-userdebug -- cgit v1.2.3