android_device_xiaomi_sdm84.../Android.mk
TheScarastic 2f08e5a83f sdm845-common: Add support for beryllium
Change-Id: I2afb4d98f009c161969931923bb3dfd0b9b879d7
2018-09-29 01:05:45 +01:00

12 lines
240 B
Makefile

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