Initial Commit
This commit is contained in:
parent
16178e4e24
commit
b3a76f2764
74 changed files with 3053 additions and 0 deletions
14
Android.mk
Normal file
14
Android.mk
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# Copyright (C) 2020 The Android Open Source Project
|
||||
# Copyright (C) 2020 The TWRP Open Source Project
|
||||
# Copyright (C) 2020 SebaUbuntu's TWRP device tree generator
|
||||
# Copyright (C) 2022-juic3b0x
|
||||
#
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE), denver)
|
||||
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
||||
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue