GN: Fix incorrect include_dir for libjingle_peerconnection_jni target
BUG=webrtc:6412 NOTRY=True Review-Url: https://codereview.webrtc.org/2376753003 Cr-Commit-Position: refs/heads/master@{#14410}
This commit is contained in:
parent
f363d147d7
commit
b7446d7101
@ -217,7 +217,7 @@ if (is_android && !build_with_chromium) {
|
||||
]
|
||||
} else {
|
||||
# Need to add a directory normally exported by libyuv.
|
||||
include_dirs += [ "$rtc_libyuv_dir/include" ]
|
||||
include_dirs = [ "$rtc_libyuv_dir/include" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user