Initial Commit

This commit is contained in:
ragarcia87 2022-09-26 11:26:11 -05:00
commit b3a76f2764
74 changed files with 3053 additions and 0 deletions

14
Android.mk Normal file
View 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