android_device_xiaomi_sm725.../Android.mk
Sebastiano Barezzi ab6eba3b8f
sm8250-common: Initial skeleton
Change-Id: Ic9773001e798552cc4130665a6454fcdaa4ecc72
2021-02-08 08:34:32 +01:00

14 lines
235 B
Makefile

#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifneq ($(filter apollo cas cmi lmi umi,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif