mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Merge branch 'google3'
Change-Id: I99e72f30bb4b8f975d61a940a7c7b746dba07796
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ def copy_files_to_oss_project(src_root, dst_root):
|
||||
def detect_file_copy_header_options(fname, lines):
|
||||
if not lines:
|
||||
return None # ignore empty file
|
||||
suffixes = [".cc", ".cpp", ".cxx", ".c", ".h", ".hpp", ".inc", ".proto"]
|
||||
suffixes = [".cc", ".cpp", ".cxx", ".c", ".h", ".hpp", ".inc", ".mm", ".proto"]
|
||||
for suffix in suffixes:
|
||||
if fname.endswith(suffix):
|
||||
return ("//", 0)
|
||||
|
||||
Reference in New Issue
Block a user