- 938af80 Import of https://github.com/bazelbuild/remote-apis/pull/85 into Bazel. by Ola Rozenfeld · 6 years ago
- 2f6e9b6 Support VoiceInteractionSession.{requestDirectActions,performDirectAction} with Java 8 library desugaring. by Googler · 6 years ago
- 74bff3a Forward desugar worker errors into the WorkResponse and prevent bringing desugar workers down in the event of a crash. by jingwen · 6 years ago
- 7b6d359 Restore MultiplexAnnotationVisitor for creating annotations on companion class by Googler · 6 years ago
- b721736 Add a helpful error message before a potential NPE. by Googler · 6 years ago
- b68d3c1 Windows, launcher: support python/bash toolchain by Yun Peng · 6 years ago
- a65b047 Windows, JNI: merge lib-util and lib-file by Laszlo Csomor · 6 years ago
- 82df64d Enable persistent worker mode in Android desugar actions by Jingwen Chen · 6 years ago
- a63d816 Windows: add WIN32_LEAN_AND_MEAN everywhere by Laszlo Csomor · 6 years ago
- 9c775b8 Windows: fix path joining in AsAbsoluteWindowsPath by Laszlo Csomor · 6 years ago
- 810c11d Fix nocompress_extensions list for AAPT2. by Googler · 6 years ago
- 3b85bcb Ignore resource conflicts which involve pseudo locales. These conflicts occur when an app has custom pseudo locales configured (presumably while on AAPT), then gets migrated to AAPT2 which generates these pseudo locales for free. Pseudo locale content is all gibberish, so we don't care about conflicts. by Googler · 6 years ago
- 7e29573 Fix STORED / DEFLATED for Android resources in ResourceProcessorBusyBox. by Googler · 6 years ago
- c89c11c [Rollforward] Automated rollback of commit 52af3ccaaa75d0ee95c83206abeb5fa925903bf0. by Googler · 6 years ago
- cad310f Tolerate dangling references to attributes during resource compilation, by Googler · 6 years ago
- 52af3cc Automated rollback of commit 5e34534fe6108277843632e5fd206052ca296ce3. by pcloudy · 6 years ago
- 5e34534 Fix Method Parameter Attribute in Desugar Library by Googler · 6 years ago
- 32246b2 Delete unused tools related to Apple tooling that has been migrated to https://github.com/bazelbuild/rules_apple by kaipi · 6 years ago
- 597e289 remote: made CombinedCache a composition of Disk and Http Cache by ishikhman · 6 years ago
- d08a279 Bring back ContentComparingChecker, which should auto-resolve resource conflicts that involve identical file resources such as PNG or drawable XML. by Googler · 6 years ago
- 3c9089b Progressively retrying uploads to bytestream by George Gensure · 6 years ago
- 717ccff Windows: open files with at least read-sharing by Laszlo Csomor · 6 years ago
- 0e53ba4 Desugar Long.unsignedDivide and unsignedRemainder by kmb · 6 years ago
- 3226880 remote: --tls_enabled flag is deprecated, TLS usage is identified based on a URL provided by ishikhman · 6 years ago
- 1e64b7e Remove updated API by Googler · 6 years ago
- a6d23aa Accept weak-weak merge, if one side has no format specified, as auto-resolvable. by Googler · 6 years ago
- 7ac265d (Rollforward) Convert MethodLibrary's SkylarkSignature methods to SkylarkCallable by cparsons · 6 years ago
- 20cac9d Automated rollback of commit 088c07d1f61a6483d348728f184121a1af21701a. by Googler · 6 years ago
- 593c530 Update RBE platform by Jakob Buchgraber · 6 years ago
- 8fe5479 fix zip64_test to work with absolute $(JAVABASE) by Jakob Buchgraber · 6 years ago
- 088c07d Automated rollback of commit f7c1e85bc8b60f301c07642afb3410fa8201a844. by Googler · 6 years ago
- f7c1e85 Augment ResourceProcessorBusybox with capability to auto-resolve unambiguous attr resource conflicts. by Googler · 6 years ago
- a56d63d Minor changes to reduce diffs between this and a copy we're about to branch. by cpovirk · 6 years ago
- ec2b080 Remove CoverageOutputGenerator from the bazel binary. by iirina · 6 years ago
- ebdbdcd Remove singlejar from bazel binary by iirina · 6 years ago
- 4c6fb96 Windows, python: add inc. flag to fix escaping by Laszlo Csomor · 6 years ago
- c0e6952 Windows, java launcher: clean up after flag flip by Laszlo Csomor · 6 years ago
- 3f7f255 Windows: fix native test wrapper's arg. escaping by Laszlo Csomor · 6 years ago
- e4ac616 Add singlejar to the java tools zip. by iirina · 6 years ago
- b6bf694 Fix "Invalid descriptor" during type inference on class in the default package. by cpovirk · 6 years ago
- baa33c8 Exempt android.arch.* from core package checks, as those packages, like android.support.*, can (only) appear in APKs and are therefore desugared. by kmb · 6 years ago
- d2a9206 Add conversion for hidden UsageStatsManager.registerAppUsageLimitObserver by Googler · 6 years ago
- 015f809 BEGIN_PUBLIC Internal change END_PUBLIC by Googler · 6 years ago
- 186929e Unbundle Android tools from Bazel's binary by Jingwen Chen · 6 years ago
- d52ec85 remote: moved SimpleBlobStore creation logic into the Factory by ishikhman · 6 years ago
- 8bccd59 Report jar paths in singlejar one version enforcement by cushon · 6 years ago
- 7e3cfd8 Windows, native launcher: Rlocation knows external by Laszlo Csomor · 6 years ago
- acc72bb Update with v28.0.0 build id #5388695 to Android experimental channel by Googler · 6 years ago
- 75b7ed4 remote: move options to its own package by Jakob Buchgraber · 6 years ago
- fa161fa Bubble aapt2 compile and link errors to Bazel by Jingwen Chen · 6 years ago
- dac096c Fix "the the". by Benjamin Peterson · 6 years ago
- 64cc8e1 Fix signedness warnings in singlejar tests. by Benjamin Peterson · 6 years ago
- 5cc1f65 Move deleteTree and deleteTreesBelow into FileSystem and Path. by jmmv · 6 years ago
- 9813c58 Suppress DEADLINE_EXCEEDED on download progress by George Gensure · 6 years ago
- 139d314 Correctly create output artifact paths for the Databinding Resource Processor action. by ahumesky · 6 years ago
- 6641ad9 Add option to desugar default methods with the help of synthetic base classes where possible. by kmb · 6 years ago
- 8ac46c1 Windows: add --incompatible_windows_escape_jvm_flags by Laszlo Csomor · 6 years ago
- 535f58d Rename Skylark to Starlark by laurentlb · 6 years ago
- ae1e2be Properly throw exceptions in ResourceProcessorBusyBox, and log exceptions in CompileLibraryResourcesAction. by jingwen · 6 years ago
- 75df1bc Automatic code cleanup. by Googler · 6 years ago
- 569e2cb Windows, launcher: separate jvm_flags by TAB by Laszlo Csomor · 6 years ago
- b7bd7a1 Windows, launcher: implement correct escaping by Laszlo Csomor · 6 years ago
- 6a7b0fb Windows, launcher: add unit test for flag escaping by Laszlo Csomor · 6 years ago
- 68ea97d Windows, launcher: rename GetEscapedArgument by Laszlo Csomor · 6 years ago
- f02a20c Fix extension for uncompressed APKs. by Googler · 6 years ago
- 16db9b6 [bazel] Added support for Android Architecture Components navigation resources to Blaze and related tools. by Googler · 6 years ago
- 59373d1 Remove stardoc dependency on protoc by cparsons · 6 years ago
- 3e0e589 add desugar conversion method for AmbientBrightnessDayStats.getLocalDate by kmb · 6 years ago
- a282309 Automatic code cleanup. by Googler · 6 years ago
- 8604c6a rename directories and META-INF/services files along with core library desugaring by kmb · 6 years ago
- 973c4e7 Automated rollback of commit d3dd9d1b3cd238467143becb8665ea252fda8e0d. by arostovtsev · 6 years ago
- d3dd9d1 Convert MethodLibrary's SkylarkSignature methods to SkylarkCallable by cparsons · 6 years ago
- f21ca8a Windows: native launcher can run from a long path by Yun Peng · 6 years ago
- 12ab12e Revert "Enabling Bazel to generate input symlinks as defined by RE AP? by Jakob Buchgraber · 6 years ago
- 3afb7b0 Add new flag --remote_default_platform_properties. by John Cater · 6 years ago
- 019f13b Also ignore module-info.class in multi-version Jars by Googler · 6 years ago
- 94669e8 Automatic code cleanup. by Googler · 6 years ago
- 0a5ea61 [singlejar] Fix Windows long path issue by Loo Rong Jie · 6 years ago
- bdddfc0 Add support for 'HOST_RAM' and 'HOST_CPUS', and [keyword][-|*]<float> to remoteWorker --jobs option. by steinman · 6 years ago
- cde6ba2 Desugar conversion library for Functions by kmb · 6 years ago
- ce4e6f0 Don't swallow manifest merging errors from the tool in ManifestMergerAction. by jingwen · 6 years ago
- 34b7dd3 Simple build-time check for uses of desugared core library methods. by kmb · 6 years ago
- 0a8fc07 Use toStringUtf8 on a ByteString to get the actual string for use in an by ahumesky · 6 years ago
- c01cf1b Fix mobile-install v1 on Pie devices by jingwen · 6 years ago
- e88d825 Avoid prebuilt desugar runtime Jar by kmb · 6 years ago
- 7705a5a Make use of parseResourceTxtFile() in ProtoResourceUsageAnalyzer so that unobfuscated resources get marked as reachable. by Googler · 6 years ago
- 776a85a handle null values when converting java.time primitives for Android APIs. by kmb · 6 years ago
- b7ef314 Beginnings of supporting Android APIs that use desugared core libraries. by kmb · 6 years ago
- 966acbb singlejar, Windows: MappedFile allows empty files by Laszlo Csomor · 6 years ago
- d588e7e Synthesize bridge methods from core library interfaces in user-written classes by kmb · 6 years ago
- 0f2d26d Automatic code cleanup. by Googler · 6 years ago
- 6594f9f Fix incorrect dependency in WorkspaceLogParserTest. by Googler · 6 years ago
- 887a4cd Update a TODO by cushon · 6 years ago
- 68c57f0 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 6 years ago
- 367e20c Automated rollback of commit 7133f969af019ec126c22da3fbcebb2837633654. by Googler · 6 years ago
- f08b44c Print out simple xml values and attribute formats in merge conflicts. by corysmith · 6 years ago
- ab7e56d Clean up AndroidManifestProcessor. by jingwen · 6 years ago
- 7133f96 Automated rollback of commit 64a111e23e036140b9d6cbec0092db26184b3101. by plf · 6 years ago
- baa1786 Enabling Bazel to generate input symlinks as defined by RE API V2. by olaola · 6 years ago
- 2661fa7 Ensure that attributes metadata is always placed in the package directory. by corysmith · 6 years ago