summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-04-12 14:37:51 -0700
committerDan Willemsen <dwillemsen@google.com>2019-04-12 14:37:51 -0700
commitfc8795841bdf81db3d19553dedac6a5636018d34 (patch)
tree9a87652f614474a44cc4642bf126583a08f998a5
parent9e649433ae7a22d443fb9c24600e4b2f609df8f7 (diff)
downloadmclinker-fc8795841bdf81db3d19553dedac6a5636018d34.tar.gz
Mark these yacc files as creating headers
So that they're properly represented in the build graph. Test: treehugger Change-Id: Ia9b8caf0b63731b863862d30331c5c72fa398dd7
-rw-r--r--lib/Script/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Script/Android.bp b/lib/Script/Android.bp
index b4daaba..50d67ba 100644
--- a/lib/Script/Android.bp
+++ b/lib/Script/Android.bp
@@ -36,4 +36,8 @@ cc_library_static {
"WildcardPattern.cpp",
],
include_dirs: ["frameworks/compile/mclinker/include/mcld/Script"],
+ yacc: {
+ gen_location_hh: true,
+ gen_position_hh: true,
+ },
}