diff --git a/lineage.mk b/lineage.mk new file mode 100644 index 0000000..a1df7f1 --- /dev/null +++ b/lineage.mk @@ -0,0 +1,33 @@ +# +# Copyright (C) 2011 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. +# + +TARGET_SCREEN_WIDTH := 1920 +TARGET_SCREEN_HEIGHT := 1280 + +# Inherit some common Lineage stuff. +$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk) + +# Inherit device configuration for ovation +$(call inherit-product, device/bn/ovation/full_ovation.mk) +$(call inherit-product, device/bn/common/cm.mk) + +# Device overlay +DEVICE_PACKAGE_OVERLAYS += device/bn/ovation/overlay/cm + +PRODUCT_NAME := lineage_ovation +PRODUCT_MODEL := BN NookHD+ +PRODUCT_MANUFACTURER := Barnes & Noble +PRODUCT_RELEASE_NAME := NookHD+ diff --git a/vendorsetup.sh b/vendorsetup.sh index f632eb4..5f3e39e 100755 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -20,4 +20,4 @@ # In particular, you can add lunch options with the add_lunch_combo # function: add_lunch_combo generic-eng -add_lunch_combo aosp_ovation-userdebug +add_lunch_combo lineage_ovation-userdebug