| Index: components/cronet/android/BUILD.gn
|
| diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
|
| index 3f3ed4bc60ded282e7664689ec509f2f87ac808a..11034db16b27d2f85559146bd65af2cbb414b714 100644
|
| --- a/components/cronet/android/BUILD.gn
|
| +++ b/components/cronet/android/BUILD.gn
|
| @@ -401,7 +401,7 @@ android_apk("cronet_sample_apk") {
|
| # "tested apk" are removed from the "instrumentation test apk".
|
| android_resources("cronet_sample_test_apk_resources") {
|
| resource_dirs = [ "sample/res" ]
|
| - android_manifest = "sample/AndroidManifest.xml"
|
| + android_manifest = "sample/javatests/AndroidManifest.xml"
|
| }
|
|
|
| instrumentation_test_apk("cronet_sample_test_apk") {
|
|
|