Files
device_xiaomi_pipa/Android.mk
luka177 57a9f33b50 treewide: alioth -> pipa
Change-Id: I78e5f5f86b8c21e1990fca04a7a6ba8939863051
2024-07-21 15:06:55 +02:00

12 lines
203 B
Makefile

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