e3q: Initial commit

This commit is contained in:
David Wronek
2024-10-19 09:55:36 +02:00
commit 1ed321552e
88 changed files with 34339 additions and 0 deletions

11
Android.mk Normal file
View File

@@ -0,0 +1,11 @@
#
# Copyright (C) 2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),e3q)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif