correct naming: oneplus7pro = guacamole

This commit is contained in:
Peter Cai 2019-06-19 11:48:28 +08:00
parent 76a85de8e4
commit bdac09d8c3
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
8 changed files with 12 additions and 12 deletions

View File

@ -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)

View File

@ -5,4 +5,4 @@
#
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_guacamoleb.mk
$(LOCAL_DIR)/lineage_guacamole.mk

View File

@ -5,7 +5,7 @@
#
BOARD_VENDOR := oneplus
DEVICE_PATH := device/oneplus/guacamoleb
DEVICE_PATH := device/oneplus/guacamole
# Architecture
TARGET_ARCH := arm64

View File

@ -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 += \

View File

@ -17,7 +17,7 @@
set -e
DEVICE=guacamoleb
DEVICE=guacamole
VENDOR=oneplus
# Load extract_utils and do some sanity checks

View File

@ -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

View File

@ -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

View File

@ -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