From d864fdfb343f72110880cff26f4439f5d948c7c2 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Mon, 9 May 2022 20:15:29 -0700 Subject: [PATCH] lemonadep: Don't pick up makefiles under local path * There are no more makefiles to pick up. Change-Id: Icdda4aa8af70c849b870468cdd38bf5e73351df0 --- Android.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Android.mk b/Android.mk index df27c37..eee536b 100644 --- a/Android.mk +++ b/Android.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 The LineageOS Project +# Copyright (C) 2021-2022 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,7 +26,3 @@ # LOCAL_PATH := $(call my-dir) - -ifeq ($(TARGET_DEVICE),lemonadep) -include $(call all-makefiles-under,$(LOCAL_PATH)) -endif