From 81a46c68c60b165550198ba207f3bf57d41111af Mon Sep 17 00:00:00 2001 From: Himanshu Jaju Date: Thu, 21 May 2020 17:56:28 +0100 Subject: [PATCH] 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 --- script/oss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/oss.py b/script/oss.py index 7010ed46..f188b3b7 100755 --- a/script/oss.py +++ b/script/oss.py @@ -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"),