Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added space
  • Loading branch information
priankakariat committed Oct 19, 2022
commit 1510ef31007f0cab633488f5753d25e4ce4a2066
1 change: 1 addition & 0 deletions tensorflow_lite_support/ios/ios.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def strip_api_include_path_prefix(name, hdr_labels, prefix = ""):
# can be split at '/' to get the header file name.
if "/" in hdr_filename:
hdr_filename = hdr_filename.split("/")[-1]

hdr_basename = hdr_filename.split(".")[0]
native.genrule(
name = "{}_{}".format(name, hdr_basename),
Expand Down