Initial upload

This commit is contained in:
Russell Reynolds 2024-01-23 08:55:55 -06:00 committed by GitHub
commit b29adbd26f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 562 additions and 0 deletions

12
Android.mk Normal file
View 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),genevn)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif