diff options
Diffstat (limited to 'third_party/libwebrtc/pc/test/DEPS')
-rw-r--r-- | third_party/libwebrtc/pc/test/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/libwebrtc/pc/test/DEPS b/third_party/libwebrtc/pc/test/DEPS new file mode 100644 index 0000000000..33e6d94b25 --- /dev/null +++ b/third_party/libwebrtc/pc/test/DEPS @@ -0,0 +1,5 @@ +include_rules = [ + # Allow include of sdk/android to allow accessing the JVM and Env in tests. + "+sdk/android", + "+modules/utility/include/jvm_android.h", +] |