aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 1fd1ac5..8c06110 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,7 +27,7 @@ cc_defaults {
genrule {
name: "awkgram.tab.c",
- cmd: "M4=$(location m4) $(location bison) -y --output=$(genDir)/awkgram.tab.c $(in)",
+ cmd: "M4=$(location m4) $(location bison) -y --no-lines --output=$(genDir)/awkgram.tab.c $(in)",
out: ["awkgram.tab.c"],
srcs: ["awkgram.y"],
tools: [
@@ -38,7 +38,7 @@ genrule {
genrule {
name: "awkgram.tab.h",
- cmd: "M4=$(location m4) $(location bison) -y --defines=$(genDir)/awkgram.tab.h --output=$(genDir)/awkgram.tab.c $(in)",
+ cmd: "M4=$(location m4) $(location bison) -y --no-lines --defines=$(genDir)/awkgram.tab.h --output=$(genDir)/awkgram.tab.c $(in)",
out: ["awkgram.tab.h"],
srcs: ["awkgram.y"],
tools: [