device_lenovo_sdm710-common/Android.mk

14 lines
254 B
Makefile
Raw Normal View History

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)
ifneq ($(filter RMX1901 RMX1851,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
include $(CLEAR_VARS)
endif