Files
device_xiaomi_venus/Android.mk
2023-02-18 22:24:33 +00:00

14 lines
206 B
Makefile

#
# Copyright (C) 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),venus)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif