sm6250-common: Add root makefile

Change-Id: I5e301c7e5441be2b1745f9c5b137168dad49bdcb
This commit is contained in:
Demon000 2020-07-06 03:51:57 +03:00 committed by Alexander Winkowski
parent 3e433303bf
commit 355171ab53
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

11
Android.mk Normal file
View File

@ -0,0 +1,11 @@
#
# 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