2019-09-20 12:36:42 -04:00
|
|
|
#
|
|
|
|
# Copyright (C) 2018-2019 The LineageOS Project
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
|
2020-04-10 12:29:01 -04:00
|
|
|
ifneq ($(filter kunlun2,$(TARGET_DEVICE)),)
|
2019-09-20 12:36:42 -04:00
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
endif
|