summaryrefslogtreecommitdiffstats
path: root/os_pickup_aosp.mk
blob: 343a28e759fe9a0ff58bc66189c07dd709a8e89d (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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