mirror of
https://github.com/AetherDroid/android_device_on5xelte_lineage.git
synced 2025-09-07 08:48:05 -04:00
Add files via upload
This commit is contained in:
commit
21fe927e6f
12 changed files with 148 additions and 0 deletions
10
Android.mk
Normal file
10
Android.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Copyright (C) 2018 The LineageOS Project
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter on5xelte, $(TARGET_DEVICE)),)
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue