| 1234567891011121314151617181920 |
- #
- # Copyright (C) 2023 The Android Open Source Project
- #
- # SPDX-License-Identifier: Apache-2.0
- #
- LOCAL_PATH := $(call my-dir)
- ifeq ($(TARGET_SM8550_COMMON),true)
- include $(call all-makefiles-under,$(LOCAL_PATH))
- endif
- # Also check for device variants
- ifneq ($(filter dm1q dm2q dm3q b5q q5q gts9 gts9wifi gts9p gts9pwifi gts9u gts9uwifi,$(TARGET_DEVICE)),)
- include $(call all-makefiles-under,$(LOCAL_PATH))
- endif
|