From 158dd255967e7cb0aecb4ff02ff0778faf3dd8cb Mon Sep 17 00:00:00 2001 From: klzgrad Date: Sun, 10 Dec 2023 19:05:40 +0800 Subject: [PATCH] android: url: Remove Android --- src/url/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/url/BUILD.gn b/src/url/BUILD.gn index c81cf497d1..966fb86091 100644 --- a/src/url/BUILD.gn +++ b/src/url/BUILD.gn @@ -74,7 +74,7 @@ component("url") { configs += [ "//build/config/compiler:wexit_time_destructors" ] if (is_android || is_robolectric) { - public_deps += [ ":url_jni_headers" ] + public_deps += [ ] if (!is_cronet_build) { sources += [ "android/gurl_android.cc",