blob: 343a28e759fe9a0ff58bc66189c07dd709a8e89d [file] [log] [blame]
# This file guards most of hardware/qcom/* from
# being used on devices which use hardware/qcom-caf/*
LOCAL_PATH := $(call my-dir)
# Legacy CAF devices still want AOSP keymaster HAL.
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
include $(LOCAL_PATH)/keymaster/Android.mk
else
include $(call first-makefiles-under,$(LOCAL_PATH))
endif