summaryrefslogtreecommitdiffstats
path: root/build/config/android/internal_rules.gni
Commit message (Expand)AuthorAgeFilesLines
* Fix javac --incremental by using jmake for dependency analysisagrieve2015-10-021-2/+10
* GN: Mark run_findbugs as used in java_library_implpkotwicz2015-09-281-5/+6
* Adds --incremental to dex.py, and a GN flag for enabling it.agrieve2015-09-251-0/+4
* GN: Use a custom script for package_apk() build step rather than ANTagrieve2015-09-251-32/+12
* Adds an --incremental flag to javac.py and a GN flag to enable itagrieve2015-09-241-0/+3
* GN: Don't build final_dex when building *_incremental targetsagrieve2015-09-231-3/+8
* GN: Side-load dex files as well as native code in incremental installsagrieve2015-09-161-69/+123
* move zip template to a non-android-specific .gni filemostynb2015-09-151-40/+1
* GN: Make the wrapper script generated for junit work without extra argsagrieve2015-09-041-1/+16
* GN: Use interface jars in the classpath to speed up compiling (a little)agrieve2015-09-041-8/+12
* GN: Stop setting android.jar in both -classpath and -bootclasspathagrieve2015-09-041-10/+4
* Add ijar to third_party and use it for generating .jar.toc files in GNagrieve2015-09-031-20/+6
* GN: Put .jar files in lib.java rather than gen/agrieve2015-09-031-2/+10
* Add missing Android GN build dep on md5sum.scheib2015-09-011-0/+2
* GN(android): Add scripts & runtime logic for installing _incremental apksagrieve2015-09-011-11/+13
* Update usage of Proguard in clank after moving Proguard to third_party.hanxi2015-08-271-1/+1
* Never run errorprone on non-Chromium code.mikecase2015-08-271-1/+3
* Update errorprone to fix java 8 issues.mikecase2015-08-261-25/+63
* Create *_incremental targets for android_apk()sagrieve2015-08-261-62/+137
* [Android] Suppress findbugs stderr output.jbudorick2015-08-221-1/+10
* GN: Refactor android rules to use forward_variables_from()agrieve2015-08-221-187/+99
* Revert of Make instrumentation test dependency on a support APK explicit (pat...yusufo2015-07-161-6/+0
* Make instrumentation test dependency on a support APK explicitdgn2015-07-161-0/+6
* GN: Fix support errorprone and java_binaryagrieve2015-07-151-7/+17
* GN: Fix input not defined by deps issue with //build/android:sun_tools_javaagrieve2015-07-111-7/+6
* Add -bootclasspath argument to javac.ohrn2015-07-081-0/+2
* Fix GN build errors when splits are enabled.agrieve2015-06-301-0/+6
* [GN] Add data_deps support to [android_]java_prebuiltdgn2015-06-251-0/+3
* Add build rules to enable language-based split apks on Androidagrieve2015-06-241-22/+51
* Create xxxhdpi density splits when density splits are enabledagrieve2015-06-221-0/+1
* Add the Errorprone Java Compilerraywilliams2015-06-221-1/+16
* Store and load icudtl.dat directly from the apk rather than extracting on sta...agrieve2015-06-191-0/+6
* [Android] Refactor browser test execution. (RELAND)jbudorick2015-06-121-0/+8
* Revert of [Android] Refactor browser test execution. (patchset #14 id:260001 ...jbudorick2015-06-121-8/+0
* [Android] Refactor browser test execution.jbudorick2015-06-121-0/+8
* Make aapt and aidl paths flexible.aurimas2015-06-041-4/+5
* Fixes for Android GN build input/outputsbrettw2015-06-031-9/+48
* [Android] Generate scripts at build time to run android tests.mikecase2015-06-031-0/+54
* Android GN input/output depsbrettw2015-06-021-10/+48
* Fixes for GN Android build inputs/outputsbrettw2015-06-021-0/+6
* Add some GN build dependencies.brettw2015-05-291-12/+86
* Add create_density_splits option to java_apk.gypi / android_apk (gn)agrieve2015-05-221-49/+95
* Rename load_library_from_zip_file -> load_library_from_zipagrieve2015-05-211-1/+1
* [Android] Remove v14 resource verification entirely.kkimlabs2015-05-181-4/+0
* [Android] Add option to skip v14 resource verification to GN.kkimlabs2015-05-151-0/+4
* Extract package_resources step into a .gypi & make assets & resource zips opt...agrieve2015-05-151-8/+22
* Extract apkbuilder build action into a .gypiagrieve2015-05-151-3/+12
* Fix a dependency issue w/ gn refs for android apks.dpranke2015-05-151-0/+1
* Adds GN rule & script for generating AndroidManifest.xml for APK splitsagrieve2015-05-141-0/+50
* Reland: Actually use --extra-r-text-files in process_resources.pycullinan2015-05-111-0/+16