Files
device_xiaomi_apollo/Android.mk
Ramii Ahmed eb43dafe4f apollon: Initiate rebrand
due to conflicts with amazon_apollo this device will be called apollon from now on

Change-Id: Iaf608cacca1ea8868e545bd85884ffbf4587e5cd
2021-06-19 23:23:56 +02:00

12 lines
206 B
Makefile

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