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 --- lineage.mk | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 lineage.mk (limited to 'lineage.mk') 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 -- cgit v1.1