android_device_xiaomi_sdm84.../Android.mk
1nfrag b55c3b9d1a sdm845-common: Add dipper to the build guard
Change-Id: Ie8c6d6b0040a29d1f5ee90e85074f20b39cc2651
2018-09-18 16:16:28 +02:00

12 lines
225 B
Makefile

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