diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-02-04 00:41:46 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:11:20 +0200 |
commit | f256f9fc005e0fc417b12c1d51d174c21df68a02 (patch) | |
tree | e4a5fb82e63277cb513f7163c7838707dd11f847 | |
parent | 85fa95acacdfecfdd8eb1da7358262cef1506afa (diff) |
Recovery: Fix build
Diffstat (limited to '')
-rwxr-xr-x | BoardConfig.mk | 2 | ||||
-rw-r--r-- | lineage.mk | 38 |
2 files changed, 1 insertions, 39 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 84622e1..eb476c6 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -173,7 +173,7 @@ TARGET_POWERHAL_VARIANT := qcom # Recovery TARGET_RECOVERY_FSTAB := $(PLATFORM_PATH)/rootdir/fstab.qcom -TARGET_RECOVERY_UI_LIB := librecovery_ui_msm +#TARGET_RECOVERY_UI_LIB := librecovery_ui_msm #TARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_msm #TARGET_RELEASETOOLS_EXTENSIONS := device/qcom/common #BOARD_HAS_LARGE_FILESYSTEM := true diff --git a/lineage.mk b/lineage.mk deleted file mode 100644 index de74b4b..0000000 --- a/lineage.mk +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright (C) 2013-2016, The CyanogenMod Project -# 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 those products. Most specific first. -$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) - -# Inherit from z2_plus device -$(call inherit-product, device/zuk/z2_plus/device.mk) - -# Inherit some common LineageOS stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) - -PRODUCT_NAME := lineage_z2_plus -PRODUCT_DEVICE := z2_plus -PRODUCT_MANUFACTURER := ZUK -PRODUCT_BRAND := ZUK -PRODUCT_MODEL := Z2 Plus - -PRODUCT_GMS_CLIENTID_BASE := android-zuk - -TARGET_VENDOR_PRODUCT_NAME := z2_plus -TARGET_VENDOR_DEVICE_NAME := z2_plus -PRODUCT_BUILD_PROP_OVERRIDES += TARGET_DEVICE=z2_plus PRODUCT_NAME=z2_plus - -TARGET_VENDOR := zuk
\ No newline at end of file |