Modify webrtc header files

This helps in using webrtc in other open source projects which might
have a different location for the webrtc headers.

Change-Id: Ifa9aea95a26fa542544d83343ef90144835960c3
This commit is contained in:
Himanshu Jaju
2020-05-27 23:40:40 -07:00
committed by Alexey Polyudov
parent 271a449d7a
commit 81a46c68c6
+1
View File
@@ -86,6 +86,7 @@ def post_process_oss_files(path, args):
else:
top_dirs = ["cpp", "proto"]
transforms = (
("third_party/webrtc/files/stable/", ""),
("third_party/", ""),
("location/nearby/connections/core", "core"),
("location/nearby/cpp/platform", "platform"),