From 25949002d6ad7c94d3863b5a577d520c2c75e810 Mon Sep 17 00:00:00 2001 From: Ziyan Date: Fri, 29 Jan 2016 19:19:51 +0100 Subject: Set up unified build for wifi-only variants Change-Id: I9fffe523aefac96e2cd0461b9398806b02e4c131 --- cm.mk | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 cm.mk (limited to 'cm.mk') diff --git a/cm.mk b/cm.mk new file mode 100644 index 0000000..efd9a9e --- /dev/null +++ b/cm.mk @@ -0,0 +1,31 @@ +# +# 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_tablet_wifionly.mk) + +# CyanogenMod specific overlay +DEVICE_PACKAGE_OVERLAYS += device/samsung/espresso/overlay/cm-common + +# Inherit device configuration +$(call inherit-product, device/samsung/espresso/aosp_espresso.mk) + +# Device identifier. This must come after all inclusions +PRODUCT_NAME := cm_espresso -- cgit v1.1