android_device_motorola_fogos/Android.mk

12 lines
209 B
Makefile
Raw Normal View History

2022-02-15 10:35:31 -05:00
#
# Copyright (C) 2022-2023 The LineageOS Project
2022-02-15 10:35:31 -05:00
#
# SPDX-License-Identifier: Apache-2.0
2022-02-15 10:35:31 -05:00
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),xpeng)
2022-02-15 10:35:31 -05:00
include $(call all-makefiles-under,$(LOCAL_PATH))
endif