Remove check for bootctrl from hardware/qcom guard
* It's now fully converted to bp
Change-Id: I3753337e33567ce6572ea570229e0ffccc6411ac
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)