summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ryleev <gmar@google.com>2018-08-15 14:02:47 -0700
committerMichael Ryleev <gmar@google.com>2018-08-15 14:02:47 -0700
commit7bfdd09dda632b9f2942dc24a2f24dfdd093f016 (patch)
tree6a7e40c72a1110109d3d1057dd341a6391efe322
parentb016ea72a4c46e4fbf461aa01d7a6fbd70fd909a (diff)
downloadgatekeeper-7bfdd09dda632b9f2942dc24a2f24dfdd093f016.tar.gz
Update references to libc-trusty and libstdc++-trusty
Update makefiles to reference libc-trusty and libc++-trusty modules relative to the top of the tree. Bug: 111521896 Change-Id: Ie7a25e8d3815e48081a7dd8cc6b8131dcaf75b72
-rw-r--r--rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.mk b/rules.mk
index 0edf122..ac60dc9 100644
--- a/rules.mk
+++ b/rules.mk
@@ -25,8 +25,8 @@ IPC := ipc
MODULE_DEPS += \
app/trusty \
- lib/libc-trusty \
- lib/libstdc++-trusty \
+ trusty/user/base/lib/libc-trusty \
+ trusty/user/base/lib/libstdc++-trusty \
trusty/user/base/lib/rng \
trusty/user/base/lib/hwkey \
trusty/user/base/lib/storage \