Demon000 355171ab53
sm6250-common: Add root makefile
Change-Id: I5e301c7e5441be2b1745f9c5b137168dad49bdcb
2021-09-09 18:46:00 +02:00

12 lines
222 B
Makefile

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