webrtc/sdk/android/native_api
Eric Stevenson 0d65fb5451 Mass refactoring: Change JNI #includes to use full paths (webrtc/).
Using relative paths for JNI includes is causing build failures in chromium.

WebRTC already uses full include paths for generated JNI headers, so this CL
just removes the "jni_package" parameter from WebRTC generate_jni() targets
and removes the "jni/" portion of includes. The "jni_package" variable will be
removed from the generate_jni() template shortly.

To fix includes:
find . -name *.cc -exec sed -i -E 's@(#include.+generated.+jni)/jni/(.+_jni.h)@\1/\2@' {} \;

See https://groups.google.com/a/chromium.org/forum/?#!topic/java/MEovGrAwbqI
for discussion on naming scheme.

No-Try: True
TBR: kwiberg@webrtc.org
Bug: chromium:964169
Change-Id: I758c1b41bf6f5005587e55b82f14065fe251baad
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143521
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28380}
2019-06-26 08:23:14 +00:00
..
audio_device_module Prefix AUDIO_DEVICE_INCLUDE_ANDROID_AAUDIO with WEBRTC_. 2019-03-28 08:44:27 +00:00
base (7) Rename files to snake_case: remove forwarding headers 2019-01-26 00:33:46 +00:00
codecs (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
jni Mass refactoring: Change JNI #includes to use full paths (webrtc/). 2019-06-26 08:23:14 +00:00
peerconnection (7) Rename files to snake_case: remove forwarding headers 2019-01-26 00:33:46 +00:00
stacktrace Add ability to unwind stack for the current thread 2019-03-04 10:31:40 +00:00
video (7) Rename files to snake_case: remove forwarding headers 2019-01-26 00:33:46 +00:00
DEPS Move android audio device code into sdk/android 2018-03-20 16:04:33 +00:00