android_ofox_motorola_genevn/Android.mk
Russell Reynolds b29adbd26f
Initial upload
2024-01-23 08:55:55 -06:00

12 lines
277 B
Makefile

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