summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os_pickup_aosp.mk4
1 files 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)