sm8150-common: Add support for oneplus7tpronr

- This adds oneplus7tpronr as a vendor target.

Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
This commit is contained in:
Cyber Knight 2023-07-26 04:16:30 +08:00 committed by Fazil Sheik
parent 49fa299fec
commit 7cf43fc8a7
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter oneplus7pro oneplus7 oneplus7tpro oneplus7t,$(TARGET_DEVICE)),)
ifneq ($(filter oneplus7pro oneplus7 oneplus7tpronr oneplus7tpro oneplus7t,$(TARGET_DEVICE)),)
endif