Skip to content

Commit

Permalink
Depend on android_common_lite.
Browse files Browse the repository at this point in the history
This is a follow-up on 0e3db34.

Bazel's binary size is now down to ~68MB.

RELNOTES: None

Closes bazelbuild#8019.

PiperOrigin-RevId: 243257410
  • Loading branch information
meisterT authored and copybara-github committed Apr 12, 2019
1 parent ab06291 commit 3880ddc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/jdeps_modules.golden
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ java.naming
java.security.jgss
java.sql
java.xml
jdk.compiler
jdk.management
jdk.sctp
jdk.unsupported
4 changes: 2 additions & 2 deletions src/main/java/com/google/devtools/build/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ java_library(
"//src/main/java/com/google/devtools/build/skyframe:skyframe-objects",
"//src/main/java/com/google/devtools/common/options",
"//src/main/protobuf:crosstool_config_java_proto",
"//third_party:android_common_25_0_0",
"//third_party:android_common_25_0_0_lite",
"//third_party:auto_value",
"//third_party:guava",
"//third_party:jsr305",
Expand Down Expand Up @@ -1123,7 +1123,7 @@ java_library(
"//src/main/java/com/google/devtools/build/lib/vfs",
"//src/main/java/com/google/devtools/common/options",
"//src/main/protobuf:android_deploy_info_java_proto",
"//third_party:android_common_25_0_0",
"//third_party:android_common_25_0_0_lite",
"//third_party:auto_value",
"//third_party:guava",
"//third_party:jsr305",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
package com.google.devtools.build.lib.rules.android;

import com.android.annotations.VisibleForTesting;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.base.MoreObjects;
import com.google.devtools.build.lib.actions.Artifact;
import com.google.devtools.build.lib.analysis.actions.ActionConstructionContext;
Expand Down

0 comments on commit 3880ddc

Please sign in to comment.