| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't swallow "aapt crunch" build errors. | newt@chromium.org | 2013-11-14 | 2 | -9/+18 |
* | Raise a compile error if RTL-unfriendly attributes are used. | newt@chromium.org | 2013-11-11 | 1 | -27/+37 |
* | Android: Add chrome-specific dynamic linker. | digit@chromium.org | 2013-10-21 | 1 | -3/+6 |
* | [Android] Enable passing filter string to emma. | frankf@chromium.org | 2013-10-04 | 1 | -7/+12 |
* | Move resources from drawable-mdpi to drawable at build time. | newt@chromium.org | 2013-09-16 | 1 | -1/+29 |
* | This fixes the component build. | dtrainor@chromium.org | 2013-09-10 | 3 | -1/+18 |
* | [Android] emma_instr.py now removes any stale *.em/*sources.txt | frankf@chromium.org | 2013-08-31 | 1 | -11/+23 |
* | [Android] Buildbot changes for EMMA code coverage | gkanwar@chromium.org | 2013-08-22 | 1 | -3/+7 |
* | Makes GYP changes for EMMA coverage | gkanwar@chromium.org | 2013-08-22 | 3 | -12/+198 |
* | Add support for proguard preprocessing. | cjhopman@chromium.org | 2013-08-15 | 1 | -0/+55 |
* | Revert 217286 "Revert 217273 "Android: run dex with the --force-..." | dmazzoni@google.com | 2013-08-13 | 1 | -1/+4 |
* | Revert 217273 "Android: run dex with the --force-jumbo switch." | dmazzoni@chromium.org | 2013-08-13 | 1 | -4/+1 |
* | Android: run dex with the --force-jumbo switch. | ppi@chromium.org | 2013-08-13 | 1 | -1/+4 |
* | Some of the build tools have moved in the SDK (e.g. aapt, aidl) from | navabi@google.com | 2013-08-09 | 3 | -7/+6 |
* | android/gyp/jar_toc.py: avoid specifying conflicting flags. | fischman@chromium.org | 2013-07-15 | 1 | -3/+1 |
* | [Android] Add an gyp option to disable generating v14 resources script. | kkimlabs@chromium.org | 2013-07-09 | 1 | -32/+82 |
* | Add missing executable bits for get_device_configuration.py | hashimoto@chromium.org | 2013-07-02 | 1 | -0/+0 |
* | [Android] Add an action to check/record attached devices | cjhopman@chromium.org | 2013-07-02 | 5 | -55/+214 |
* | [Android] Support building standalone APK in component build | cjhopman@chromium.org | 2013-06-25 | 1 | -7/+7 |
* | Move create_standalone_apk.py into build/android/gyp/. | wjia@chromium.org | 2013-06-25 | 1 | -0/+61 |
* | Revert "[Android] Support building standalone APK in component build" | dfalcantara@chromium.org | 2013-06-20 | 1 | -61/+0 |
* | Print a nicer error if installing an APK fails when you have not run adb root. | tedchoc@chromium.org | 2013-06-20 | 1 | -1/+4 |
* | [Android] Support building standalone APK in component build | cjhopman@chromium.org | 2013-06-20 | 1 | -0/+61 |
* | Revert 207345 "[Android] Support building standalone APK in comp..." | skyostil@google.com | 2013-06-20 | 1 | -61/+0 |
* | [Android] Support building standalone APK in component build | cjhopman@chromium.org | 2013-06-20 | 1 | -0/+61 |
* | [Android] Skip generating v14 resources if already a version is specified. | kkimlabs@chromium.org | 2013-06-07 | 1 | -6/+15 |
* | [Android] Raise a compile time error if style resource is under values/ | kkimlabs@chromium.org | 2013-05-30 | 1 | -4/+1 |
* | [Android] Generate v14 style resource from values-v17/ not values/. | kkimlabs@chromium.org | 2013-05-29 | 1 | -31/+74 |
* | [Android] Fix proguard | cjhopman@chromium.org | 2013-05-18 | 1 | -0/+10 |
* | [Android] Pass -p to mkdir commands | cjhopman@chromium.org | 2013-05-16 | 2 | -2/+2 |
* | [Android] Auto-generate only necessary v14 resources. | kkimlabs@chromium.org | 2013-05-10 | 2 | -151/+86 |
* | [Android] Warning if Left/Right attributes are used in layout and style xmls. | kkimlabs@chromium.org | 2013-05-10 | 1 | -57/+53 |
* | [Android] With gyp_managed_install no device is only a warning | cjhopman@chromium.org | 2013-05-09 | 4 | -1/+32 |
* | [Android] Auto-generate v14 style xml resources from the exisitng v17 style r... | kkimlabs@chromium.org | 2013-05-08 | 2 | -26/+68 |
* | [Android] Auto-generate RTL layout xmls from existing layout xmls. | kkimlabs@chromium.org | 2013-05-04 | 2 | -0/+264 |
* | [Android] Make gyp/apk_install.py resilient to user actions | cjhopman@chromium.org | 2013-04-24 | 3 | -8/+58 |
* | [Android] Use CONFIGURATION_NAME-specific device folders | cjhopman@chromium.org | 2013-04-23 | 1 | -1/+4 |
* | [Android] Use a script on the device for creating library symlinks | cjhopman@chromium.org | 2013-04-19 | 2 | -30/+55 |
* | [Android] Fix forwarder for the component build | yfriedman@chromium.org | 2013-04-18 | 2 | -13/+19 |
* | [Android] Only write the ordered libraries file when it changes | cjhopman@chromium.org | 2013-04-18 | 2 | -2/+12 |
* | [Android] Refactor md5_check + add tests | cjhopman@chromium.org | 2013-04-16 | 9 | -66/+158 |
* | [Android] Create and use .TOC files for jars | cjhopman@chromium.org | 2013-04-13 | 2 | -12/+137 |
* | [Android][Reland] Extract signing+zipaligning to python | cjhopman@chromium.org | 2013-04-09 | 1 | -0/+69 |
* | Revert 193160 "[Android] Extract signing+zipaligning to python" | viettrungluu@chromium.org | 2013-04-09 | 1 | -69/+0 |
* | [Android] Extract signing+zipaligning to python | cjhopman@chromium.org | 2013-04-09 | 1 | -0/+69 |
* | Add modified time checking to strip_library_for_apk.py | cjhopman@chromium.org | 2013-04-09 | 2 | -4/+22 |
* | Add input md5 check to create_device_library_links.py | cjhopman@chromium.org | 2013-04-05 | 1 | -16/+26 |
* | Improve javac action output | cjhopman@chromium.org | 2013-04-05 | 1 | -9/+6 |
* | Suppress Ant build noise | cjhopman@chromium.org | 2013-04-05 | 1 | -0/+30 |
* | Make apk_install.py check input md5 | cjhopman@chromium.org | 2013-04-05 | 1 | -1/+13 |