sm6250-common: add root makefile

This commit is contained in:
Demon000 2020-07-06 03:51:57 +03:00
parent c66d4f6e8f
commit 37a32ef638

11
Android.mk Normal file
View File

@ -0,0 +1,11 @@
#
# Copyright (C) 2020 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