sm6375-common: Remove unused Android.mk
Change-Id: I98105c127066f7de7012a1895d19c96356105921
This commit is contained in:
parent
da6c6ed6df
commit
8e4608fb0a
1 changed files with 0 additions and 12 deletions
12
Android.mk
12
Android.mk
|
@ -1,12 +0,0 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2022-2024 The LineageOS Project
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
#
|
|
||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
|
||||||
|
|
||||||
ifneq ($(filter bangkk fogos,$(TARGET_DEVICE)),)
|
|
||||||
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
|
||||||
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
|
||||||
endif
|
|
Loading…
Reference in a new issue