This repository has been archived on 2023-06-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
android_device_sprd_aladeng/Android.mk
T
2023-06-14 22:23:58 +02:00

13 lines
278 B
Makefile

#
# Copyright (C) 2022 The Android Open Source Project
# Copyright (C) 2022 SebaUbuntu's TWRP device tree generator
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),aladeng)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif