device_xiaomi_sweet/Android.mk

14 lines
206 B
Makefile
Raw Permalink Normal View History

2021-07-09 13:34:30 -04:00
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),sweet)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif