Android.mk 204 B

1234567891011
  1. #
  2. # Copyright (C) 2022 The LineageOS Project
  3. #
  4. # SPDX-License-Identifier: Apache-2.0
  5. #
  6. LOCAL_PATH := $(call my-dir)
  7. ifeq ($(TARGET_DEVICE),cupid)
  8. include $(call all-makefiles-under,$(LOCAL_PATH))
  9. endif