Files
device_xiaomi_pipa/Android.mk
SahilSonar 2994b3a21b alioth: Initial device tree
Change-Id: I6e667c7ccd633593931e503cf10ca23ee9a8f713
2021-07-23 18:48:43 +02:00

12 lines
205 B
Makefile

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