Sign in
bazel
/
bazel
/
25f3569127e8a528df8aa044fa5a24c7b2ae0ac5
/
tools
/
android
fcd6847
Add a resource parsing action.
by Googler
· 9 years ago
3348513
More pieces of RClassGeneratorAction
by Googler
· 9 years ago
e1a4a81
Adds the Android manifest merger as an option for android_binary rules. The merger that is used (legacy or android) is controlled by the manifest_merger attribute on android_binary and the default is controlled by the --android_manifest_merger flag.
by Andrew Pellegrini
· 9 years ago
4ec251b
Roll forward of commit 2ba818ca7d2c77f517f1c0e6540c9af0501b7fb2: Ensure manifest merger places the application element as the last child of the manifest element. This is required for Android N.
by Andrew Pellegrini
· 9 years ago
a5afe95
Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" is not picked up when you run the scripts manually using "bash script.sh".
by Philipp Wollermann
· 9 years ago
2ba818c
Rollback of commit df39a8a06e32aa864d2504df1ea2c7ed162c8c1d.
by Googler
· 9 years ago
df39a8a
Ensure manifest merger places the application element as the last child of the manifest element. This is required for Android N.
by Andrew Pellegrini
· 9 years ago
5b815a5
Adds a step before creating the resource apk (ap_) to swap out the application
by Alex Humesky
· 9 years ago
8240b74
Rollback of commit bda8ae9212621da50d6b18f185f99450fb6d6da9.
by Lukacs Berki
· 9 years ago
bba483f
Migrate to alias-based redirection for android_sdk.
by Lukacs Berki
· 9 years ago
dc54452
Make Android rules/tests refer to the correct runfiles paths
by Kristina Chodorow
· 9 years ago
c9d4fae
Global cleanup change.
by Michael Staib
· 9 years ago
9a21e20
Distinguish between the build tools version and the build tools directory in android_sdk_repository so that preview sdks can be correctly handled. For example, the name in the build-tools directory might be "24.0.0-preview", but its version is actually "24 rc3" from build-tools/24.0.0-preview/source.properties.
by Alex Humesky
· 9 years ago
28cc14b
Fix paths in Android scripts to always look under bazel_tools
by Kristina Chodorow
· 9 years ago
bac102a
Set --android_sdk=@bazel_tools//tools/android:sdk by default and delete Constants.ANDROID_DEFAULT_SDK.
by Luis Fernando Pino Duque
· 9 years ago
6ba22c0
Add the workspace name to the SDK path
by Kristina Chodorow
· 9 years ago
ea81a70
Allow for non-ascii values for android:versionName
by Googler
· 9 years ago
b123736
Adds the 64 bit library directory for aapt, aidl, and zipalign, which was added
by Alex Humesky
· 9 years ago
262cf37
Correct Bazel's google_play_services built-in custom_package definition, as it is incorrect.
by Todd Jeffreys
· 9 years ago
ffec352
Change android_sdk_repository to use a Skylark-based template.
by Michael Staib
· 9 years ago
ce83f39
Incremental dexing for sharded android_binary targets
by Googler
· 9 years ago
cc30db9
Adds the ResourceShrinkerAction. Uses the results of resource processing and a dead code removal Proguard pass to create an ap_ without unused resources to be used when building android_binary targets.
by Andrew Pellegrini
· 9 years ago
60f6cf6
Tweak error detection in incremental_install.py .
by Lukacs Berki
· 9 years ago
5e34a3d
ASwB aspect: parse java packages during execution
by Googler
· 9 years ago
f97a447
Remove android:hasCode from AndroidManifest.xml in stubify_manifest.py.
by Lukacs Berki
· 9 years ago
38eb39d
The <use-permission-sdk-23> tag is not merged into final manifest
by Googler
· 9 years ago
6817a6f
Allow Java libraries to export and propagate proguard_specs.
by Michael Staib
· 9 years ago
ebb0039
Replace 'Google Inc' by the 'Bazel Authors'
by Damien Martin-Guillerez
· 10 years ago
c2579a5
Refactors proguard_whitelister.
by Alex Humesky
· 10 years ago
22616ae
Add Android IDL jar outputs.
by Googler
· 10 years ago
f88f4d8
Rationalize copyright headers
by Damien Martin-Guillerez
· 10 years ago
f0a5ac6
Improve error message for INSTALL_FAILED_OLDER_SDK from adb.
by Alex Humesky
· 10 years ago
0dffeac
Make --split_apk mobile-install work with a pristine device.
by Lukacs Berki
· 10 years ago
87374e6
Make android_binary use a constant, hard-coded, checked-in debug key.
by Lukacs Berki
· 10 years ago
c49ebe1
Fix the name of the android tools dependencies
by Damien Martin-Guillerez
· 10 years ago
d5079a5
Require an android_local_tools_repository stanza in the WORKSPACE file so that Bazel finds Android tools and update the tools themselves to handle their new location.
by Lukacs Berki
· 10 years ago
faff718
Make the installer script support incremental installation with split .apks (only for devices with Android M).
by Lukacs Berki
· 10 years ago
a3a33d7
Upload libraries for an alternative ABI if the native ABI of the device is not supported in the app to be installed.
by Lukacs Berki
· 10 years ago
ff6ef9b
Clean up some code in incremental_install.py .
by Lukacs Berki
· 10 years ago
2593007
Add glue logic to make the dex_shards attribute of android_binary work in Bazel.
by Lukacs Berki
· 10 years ago
73d4fc9
Add "warm" starting to mobile-install.
by Googler
· 10 years ago
b4b19bc
Always re-install all native libraries on non-incremental installations.
by Lukacs Berki
· 10 years ago
ecbf242
Make the Android incremental installer script support incrementally installing native libraries.
by Lukacs Berki
· 10 years ago
15d129a
Make //src/test/shell:bazel_test work again.
by Lukacs Berki
· 10 years ago
43f0c33
The final CL in getting Android support to work: add resources_processor.sh and aar_generator.sh to the tools directory and make stub applications proper android_library rules instead of stub filegroups.
by Lukacs Berki
· 10 years ago
d13716a
Open source AarGeneratorAction and AndroidResourceProcessingAction.
by Andrew Pellegrini
· 10 years ago
9c37ab1
Add a tools/android/jack package to the Bazel tree so that Android rules actually work. This is a temporary measure until these targets are integrated into android_sdk .
by Lukacs Berki
· 10 years ago
5b4ffae
This CL adds the android_binary rule to Bazel.
by Lukacs Berki
· 10 years ago
7586c8b
Various odds and ends in preparation for adding the Android rules to BazelRuleClassProvider:
by Lukacs Berki
· 10 years ago
682ad92
Change the way --flagfile is implemented.
by Lukacs Berki
· 10 years ago
b46c635
Adds tools for building Android apps.
by Alex Humesky
· 10 years ago
a4ecde6
Adds tools for installing Android apps.
by Alex Humesky
· 10 years ago