Files
device_xiaomi_sky/Android.mk
2023-09-17 19:28:20 +05:30

13 lines
236 B
Makefile

#
# Copyright (C) 2023 The Android Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),sky)
include $(call all-makefiles-under,$(LOCAL_PATH))
include $(CLEAR_VARS)
endif