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:
Himanshu Jaju
2020-07-07 12:46:30 -07:00
committed by Alexey Polyudov
parent 07c6fcbdf0
commit 59cd56ec82
5 changed files with 8 additions and 7 deletions
+1
View File
@@ -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):