hiphi: Initial TWRP device tree
Made with SebaUbuntu's TWRP device tree generator Arch: arm64 Manufacturer: motorola Model: motorola edge 30 pro Script version: 3.0.0
This commit is contained in:
commit
bfa2b50714
14 changed files with 414 additions and 0 deletions
12
Android.mk
Normal file
12
Android.mk
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# Copyright (C) 2023 The Android Open Source Project
|
||||
# Copyright (C) 2023 SebaUbuntu's TWRP device tree generator
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),hiphi)
|
||||
include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
||||
endif
|
||||
Loading…
Reference in a new issue