Update Android.mk

This commit is contained in:
Nicholas Andrew 2025-04-26 18:26:35 -04:00
parent 3db65c9ea2
commit fe6ea00b68

View file

@ -1,11 +1,9 @@
#
# Copyright (C) 2021-2024 The LineageOS Project # Copyright (C) 2021-2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# # Copyright (C) 2019-Current A-Team Digital Solutions
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),dre) ifeq ($(TARGET_DEVICE),dre)
include $(call all-makefiles-under,$(LOCAL_PATH)) include $(call all-makefiles-under,$(LOCAL_PATH))
endif endif