mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Change smhasher path
Changes the smhasher path to "smhasher/src/file" from "smhasher/file" for easier import in Chromium land. Change-Id: Ide6aa844fd8f37c9100e89d6a0bcb945b0860227
This commit is contained in:
committed by
Alexey Polyudov
parent
07c6fcbdf0
commit
59cd56ec82
@@ -135,6 +135,7 @@ def post_process_oss_files(path, args):
|
||||
("location/nearby/connections/proto", "proto/connections"),
|
||||
("_portable_proto.pb.h", ".pb.h"),
|
||||
(".proto.h", ".pb.h"),
|
||||
("smhasher/MurmurHash3.h", "smhasher/src/MurmurHash3.h"),
|
||||
)
|
||||
|
||||
for root, dirs, files in os.walk(path):
|
||||
|
||||
Reference in New Issue
Block a user