mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-20 20:37:18 +09:00
sm6250-common: Add root makefile
Change-Id: I5e301c7e5441be2b1745f9c5b137168dad49bdcb
This commit is contained in:
parent
3e433303bf
commit
355171ab53
11
Android.mk
Normal file
11
Android.mk
Normal 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
|
Loading…
x
Reference in New Issue
Block a user