| Index: content/public/android/BUILD.gn
|
| diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
|
| index f3b2c39429ddb7527e5f55968afa89a691bb20cc..fc73050b0d4176af2904a4b97ec0bea66cab699a 100644
|
| --- a/content/public/android/BUILD.gn
|
| +++ b/content/public/android/BUILD.gn
|
| @@ -50,6 +50,10 @@ android_library("content_java") {
|
| #"//content:content_common",
|
| ]
|
|
|
| + if (android_sdk_version != "M") {
|
| + deps += [ "//third_party/android_tools:preview_java_sources" ]
|
| + }
|
| +
|
| srcjar_deps = [
|
| ":common_aidl",
|
| ":content_public_android_java_enums_srcjar",
|
|
|