Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fb4d45d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "gd/parser: Fix flaky compilation"

parents 6601d3f7 e28902f7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -78,6 +78,10 @@ executable("bluetooth_packetgen") {

flex_source("pktlexer") {
  sources = [ "language_l.ll" ]

  deps = [
    ":pktparser",
  ]
  configs = [ ":pktgen_configs" ]
}

+3 −0
Original line number Diff line number Diff line
@@ -55,6 +55,9 @@ template("flex_source") {
    all_dependent_configs = [ ":${all_dependent_config_name}" ]
    deps = [ ":${action_name}" ]

    if (defined(invoker.deps)) {
      deps += invoker.deps
    }
    if (defined(invoker.configs)) {
      configs += invoker.configs
    }