Fastbootd Fixes, Cleanup

-Fastbootd Fixes
-Code Cleanup
-Update Kernel
-Replace system.prop - vendor.prop
-Update version to v3
This commit is contained in:
ragarcia87 2022-12-26 18:15:46 -06:00
commit b405279c99
21 changed files with 1006 additions and 441 deletions

View file

@ -7,8 +7,6 @@
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
ifeq ($(TARGET_DEVICE), milanf)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif