summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ryleev <gmar@google.com>2018-07-18 07:58:46 -0700
committerMichael Ryleev <gmar@google.com>2018-07-18 09:48:08 -0700
commit5dc366caaa30e4228f99ab44c68cbd071e1c8a80 (patch)
tree02280d2a05c74edb119feeb8ae067223c18fd04c
parentf9449c4f292b479851e79e096aa5b02f079c65b1 (diff)
downloadgatekeeper-5dc366caaa30e4228f99ab44c68cbd071e1c8a80.tar.gz
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
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
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