From ce26f7c63a8bfb6fd95c7cd412d4f7f8ab7618e6 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 18 Oct 2019 15:59:06 +0300 Subject: Remove check for bootctrl from hardware/qcom guard * It's now fully converted to bp Change-Id: I3753337e33567ce6572ea570229e0ffccc6411ac --- os_pickup_aosp.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os_pickup_aosp.mk b/os_pickup_aosp.mk index 0594556..b3c6bc2 100644 --- a/os_pickup_aosp.mk +++ b/os_pickup_aosp.mk @@ -1,8 +1,8 @@ # This file guards most of hardware/qcom/* from # being used on devices which use hardware/qcom-caf/* -# CAF devices still want AOSP bootctrl and keymaster HALs. -CAF_DIRS := bootctrl keymaster +# Legacy CAF devices still want AOSP keymaster HAL. +CAF_DIRS := keymaster LOCAL_PATH := $(call my-dir) ifeq ($(BOARD_USES_QCOM_HARDWARE),true) -- cgit v1.2.3