# | |
# Copyright (C) 2021-2022 The LineageOS Project | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
LOCAL_PATH := $(call my-dir) | |
ifneq ($(filter RMX2001L1 RMX2151L1,$(TARGET_DEVICE)),) | |
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) | |
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk))) | |
include $(CLEAR_VARS) | |
include external/wpa_supplicant_8/hostapd/Android.mk | |
endif |