android_device_xiaomi_sdm84.../Android.mk
Bruno Martins 0b9dedb438 sdm845-common: Add initial common device tree files
* Initial approach for using prebuilt vendor images.

Change-Id: Ic9e562fae446cb287d7495d6b6bfae816b1b7b47
2018-07-09 18:20:47 +02:00

12 lines
218 B
Makefile

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