android_recovery_motorola_g.../Android.mk
Sebastiano Barezzi bfa2b50714 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
2023-04-04 18:44:40 +02:00

12 lines
276 B
Makefile

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