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

Commit 4770e987 authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Gerrit Code Review
Browse files

Merge "floss: Fix generated header file name from flatc"

parents aa44480f 9a3ffe97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ template("bt_flatc_binary_schema") {

      # headers get generated ito subdirectories based on relative path
      if (gen_header) {
        header_name = string_replace(s, ".fbs", ".h")
        header_name = string_replace(s, ".fbs", "_generated.h")
        outputs += [ "${target_gen_dir}/${header_name}" ]
      }
    }