From 03da629ec38d55cc2b88915df4a39669566382ef Mon Sep 17 00:00:00 2001 From: DidntRead <25854753+DidntRead@users.noreply.github.com> Date: Mon, 21 Jan 2019 16:23:20 +0200 Subject: [PATCH] fix build error --- AndroidProducts.mk | 2 +- lineage.mk | 40 ---------------------------------------- 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 lineage.mk diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 2741001..858d3ed 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -1,2 +1,2 @@ PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/lineage.mk + $(LOCAL_DIR)/lineage_k5fpr.mk diff --git a/lineage.mk b/lineage.mk deleted file mode 100644 index 3b84caa..0000000 --- a/lineage.mk +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2017 The LineageOS 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. - -# Inherit from A7010 device -$(call inherit-product, device/lenovo/k5fpr/device_k5fpr.mk) - -# Inherit some common LOS stuff. -$(call inherit-product, vendor/lineage/config/common.mk) - -# Boot animation -TARGET_SCREEN_WIDTH := 1080 -TARGET_SCREEN_HEIGHT := 1920 -TARGET_BOOTANIMATION_HALF_RES := true - -PRODUCT_GMS_CLIENTID_BASE := android-lenovo - -PRODUCT_DEVICE := k5fpr -PRODUCT_NAME := lineage_k5fpr -PRODUCT_BRAND := Lenovo -PRODUCT_MANUFACTURER := Lenovo -PRODUCT_MODEL := Lenovo A7010a48 -PRODUCT_RELEASE_NAME := k5fpr - -PRODUCT_BUILD_PROP_OVERRIDES += \ - PRODUCT_NAME=k5fpr \ - PRIVATE_BUILD_DESC="k5fpr-user 6.0 MRA58K A7010a48_S232_161227_ROW release-keys" - -BUILD_FINGERPRINT := Lenovo/k5fpr/A7010a48:6.0/MRA58K/RA7010a48_S232_161227_ROW.12271429:user/release-keys \ -- GitLab