13 lines
236 B
Makefile
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
|