correct naming: oneplus7pro = guacamole
This commit is contained in:
parent
76a85de8e4
commit
bdac09d8c3
|
@ -6,7 +6,7 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),guacamoleb)
|
||||
ifeq ($(TARGET_DEVICE),guacamole)
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
#
|
||||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/lineage_guacamoleb.mk
|
||||
$(LOCAL_DIR)/lineage_guacamole.mk
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
BOARD_VENDOR := oneplus
|
||||
DEVICE_PATH := device/oneplus/guacamoleb
|
||||
DEVICE_PATH := device/oneplus/guacamole
|
||||
|
||||
# Architecture
|
||||
TARGET_ARCH := arm64
|
||||
|
|
|
@ -10,7 +10,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|||
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
|
||||
|
||||
# Get non-open-source specific aspects
|
||||
$(call inherit-product-if-exists, vendor/oneplus/guacamoleb/guacamoleb-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/oneplus/guacamole/guacamole-vendor.mk)
|
||||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
DEVICE=guacamoleb
|
||||
DEVICE=guacamole
|
||||
VENDOR=oneplus
|
||||
|
||||
# Load extract_utils and do some sanity checks
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
$(call inherit-product, device/oneplus/guacamoleb/device.mk)
|
||||
$(call inherit-product, device/oneplus/guacamole/device.mk)
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions.
|
||||
PRODUCT_NAME := lineage_guacamoleb
|
||||
PRODUCT_DEVICE := guacamoleb
|
||||
PRODUCT_NAME := lineage_guacamole
|
||||
PRODUCT_DEVICE := guacamole
|
||||
PRODUCT_BRAND := OnePlus
|
||||
PRODUCT_MODEL := OnePlus 7 Pro
|
||||
PRODUCT_MANUFACTURER := OnePlus
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
DEVICE=guacamoleb
|
||||
DEVICE=guacamole
|
||||
VENDOR=oneplus
|
||||
INITIAL_COPYRIGHT_YEAR=2019
|
||||
|
||||
|
@ -38,7 +38,7 @@ source "${HELPER}"
|
|||
setup_vendor "${DEVICE}" "${VENDOR}" "${LINEAGE_ROOT}" true
|
||||
|
||||
# Copyright headers and guards
|
||||
write_headers "guacamoleb"
|
||||
write_headers "guacamole"
|
||||
|
||||
# The standard common blobs
|
||||
write_makefiles "${MY_DIR}/proprietary-files.txt" true
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
add_lunch_combo lineage_guacamoleb-eng
|
||||
add_lunch_combo lineage_guacamoleb-userdebug
|
||||
add_lunch_combo lineage_guacamole-eng
|
||||
add_lunch_combo lineage_guacamole-userdebug
|
||||
|
|
Loading…
Reference in New Issue