device_lenovo_sdm710-common/Android.mk
SamarV-121 9e97efcf3a Convert to kunlun2
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-11 18:58:30 +05:30

13 lines
246 B
Makefile

#
# Copyright (C) 2018-2019 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifneq ($(filter kunlun2,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
include $(CLEAR_VARS)
endif