From 5dc366caaa30e4228f99ab44c68cbd071e1c8a80 Mon Sep 17 00:00:00 2001 From: Michael Ryleev Date: Wed, 18 Jul 2018 07:58:46 -0700 Subject: Switch to use TRUSTY_TOP to reference external modules In preparation for restructuring of Trusty source tree, switch to reference hardware/libhardware/include directory relative to the top of the source tree designated by TRUSTY_TOP variable instead of using LOCAL_DIR. Change-Id: Iaf1828ce1f4c2718f903299e53bffacc89b1dfe0 --- rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.mk b/rules.mk index ab4fbbe..bd94aaa 100644 --- a/rules.mk +++ b/rules.mk @@ -35,7 +35,7 @@ MODULE_DEPS += \ MODULE_INCLUDES += \ $(LOCAL_DIR) \ - $(LOCAL_DIR)/../../hardware/libhardware/include + $(TRUSTY_TOP)/hardware/libhardware/include include $(LOCAL_DIR)/$(IPC)/rules.mk -- cgit v1.2.3