Files
device_xiaomi_raphael/Android.mk
Sebastiano Barezzi e420194d64 raphael: Update copyright years
Change-Id: Ifac67925c142a70fddab207912dd945b0777e089
2022-06-20 22:15:05 +02:00

12 lines
211 B
Makefile

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