| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*** Reason for rollback ***
Breaks a few thousand targets in the depot. It's weird, but I confirmed
manually that this rollback fixes the issue.
*** Original change description ***
Distinguish between user-supplied ios_cpu and the default, and don't propagate the default to the XCode project control.
--
MOS_MIGRATED_REVID=102340901
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102339394
|
|
|
|
|
|
|
|
| |
As discussed on the mailing-list, this attribute
totally make sense now we have sandboxing.
--
MOS_MIGRATED_REVID=102337136
|
|
|
|
|
|
|
| |
rules.
--
MOS_MIGRATED_REVID=102336906
|
|
|
|
|
|
|
|
|
|
|
|
| |
With this script, the easiest way to run the test suite is now:
bash -c "export ANDROID_SDK_PATH=$HOME/bin/android-sdk-linux; \
export ANDROID_NDK_PATH=$HOME/bin/android-ndk-r10e; \
source ./scripts/ci/build.sh; \
bazel_build output/ci"
--
MOS_MIGRATED_REVID=102334239
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102334216
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102332437
|
|
|
|
|
|
|
|
| |
If a jar uses another in its API, using runtime_deps leads to compile
time errors for dependent libraries. In these cases, deps can be used instead.
--
MOS_MIGRATED_REVID=102331597
|
|
|
|
|
|
|
| |
This is because apkbuilder uses $HOME/.android/debug.keystore by default, which does not exist when running within the sandbox, thus, it always generates a new debug key, and thus, "adb install -r" doesn't work.
--
MOS_MIGRATED_REVID=102331570
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102330569
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102330179
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102299629
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102294703
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102294171
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is not really nice, there are several hacks there. This
repository will get removed in the future and linked to a
remote one instead. I tested it against the tutorial and
it works like a charm. mobile-install seems like to work,
maybe that's also fixing the last issue reported in #392.
Known issue: Java compilation output errors about files being
modified in the future.
--
MOS_MIGRATED_REVID=102282979
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102276335
|
|
|
|
|
|
|
| |
SkyFunction#compute calls.
--
MOS_MIGRATED_REVID=102268773
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102265945
|
|
|
|
|
|
|
| |
* This fixes the crash when trying to build multi-arch ios_application with Swift code.
--
MOS_MIGRATED_REVID=102264637
|
|
|
|
|
|
|
|
|
| |
not the iterator has more elements is a perfectly good signal.
Also put the reference hash code into the string representation for use in debugging.
--
MOS_MIGRATED_REVID=102264568
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102263878
|
|
|
|
|
|
|
|
|
|
|
|
| |
Trying to curb usage of the create method taking a String for efficiency
reasons. Noticed this method was unused + a few places where we could
easily use chars instead of string. Not a major improvement but removes
some temptation.
RELNOTES:
--
MOS_MIGRATED_REVID=102258319
|
|
|
|
|
|
|
| |
The other constructor is now private.
--
MOS_MIGRATED_REVID=102252544
|
|
|
|
|
|
|
| |
around binaries in build-tools and making lib/ a data dependency of them.
--
MOS_MIGRATED_REVID=102244496
|
|
|
|
|
|
|
|
| |
This was sorted according to some obscure way due to hashset ordering. Sorting
alphabatically avoid the output to totally change due to almost unrelated change.
--
MOS_MIGRATED_REVID=102241202
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102239560
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Refactor the ndk toolchain generation to properly set the dynamic and static
runtime lib filegroups.
- Enable the runtime filegroups.
- Change the NativeDepsHelper to work as documented - mostly static means
statically linking the runtime filegroups; but only for Android to remain
backwards compatible with other users of NativeDepsHelper.
- This is safe as we don't use runtime filegroups internally for Android...
yet.
- Clean up the NativeDepsHelper a bit.
Fixes #392.
Next steps are to make this configurable at the android_binary level. We
should also disable whole-archive in this case.
--
Change-Id: I95b0ce45d8b3adcf5424544c92ec30102b7fac6b
Reviewed-on: https://bazel-review.googlesource.com/1879
MOS_MIGRATED_REVID=102239337
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102239051
|
|
|
|
|
|
|
| |
Currently only building them is tested, not running them or mobile-install, but it's still a good start.
--
MOS_MIGRATED_REVID=102237496
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102237430
|
|
|
|
|
|
|
|
|
| |
This is necessary to make mobile-install work using an android_local_tools_repository.
Fixes #415.
--
MOS_MIGRATED_REVID=102235910
|
|
|
|
|
|
|
| |
stores a striped set of reentrant locks.
--
MOS_MIGRATED_REVID=102198213
|
|
|
|
|
|
|
| |
IdentityHashMap#get can't be safely called concurrently with #put.
--
MOS_MIGRATED_REVID=102189513
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102175026
|
|
|
|
|
|
|
|
|
|
| |
used in the codebase:
-Add integration with Profiler.
-Add support for merely getting the elapsed time.
--
MOS_MIGRATED_REVID=102165325
|
|
|
|
|
|
|
| |
method wasn't guaranteed to catch all bugs. Also convert to a singleton since there's no reason to have multiple instances.
--
MOS_MIGRATED_REVID=102158719
|
|
|
|
|
|
|
|
| |
Gets rid of the annoying warning about not being able to find
javax.inject.Named.
--
MOS_MIGRATED_REVID=102156732
|
|
|
|
|
|
|
| |
deflaking I just did.
--
MOS_MIGRATED_REVID=102149874
|
|
|
|
|
|
|
| |
Fixes some of #407.
--
MOS_MIGRATED_REVID=102148776
|
|
|
|
|
|
|
| |
valid target.
--
MOS_MIGRATED_REVID=102146021
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102145100
|
|
|
|
|
|
|
| |
statistics.
--
MOS_MIGRATED_REVID=102143715
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102143368
|
|
|
|
|
|
|
| |
mount the individual files.
--
MOS_MIGRATED_REVID=102142064
|
|
|
|
|
|
|
|
| |
As pointed out on bazel-discuss, includes actually prepends -iquote, not -I, to
the includes.
--
MOS_MIGRATED_REVID=102139493
|
|
|
|
|
|
|
| |
attributes: generator_{function, name, location}
--
MOS_MIGRATED_REVID=102139196
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102138513
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102137469
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102134151
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102126786
|