diff --git a/Android.mk b/Android.mk deleted file mode 100644 index 894c9d0..0000000 --- a/Android.mk +++ /dev/null @@ -1,12 +0,0 @@ -# -# Copyright (C) 2022-2024 The LineageOS Project -# -# SPDX-License-Identifier: Apache-2.0 -# - -LOCAL_PATH := $(call my-dir) - -ifneq ($(filter berlin berlna dubai tundra xpeng,$(TARGET_DEVICE)),) -subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) -$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk))) -endif