1
0
mirror of https://github.com/devhunter1/android_device_samsung_a15.git synced 2024-11-19 14:47:45 +00:00
Twrp/Android.mk
2024-08-08 14:47:14 +05:30

12 lines
213 B
Makefile

#
# Copyright (C) 2024 The Android Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),a15)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif