- 25 Apr, 2016 1 commit
-
-
Keun Soo Yim authored
Change-Id: I76b81529a97b672e08632703d2f6a2777ee8811e
-
- 04 Mar, 2016 2 commits
-
-
Ying Wang authored
1. Combined ~10 calls to the make build system to only one. We added a phony target "dump-many-vars" to the build system to dump "<var>=<value>" pairs. We then store the pairs as shell variables. With this cache get_build_var/get_abs_build_var can just return the shell variables instead of querying the build system. 2. Prune .git when we search for AndroidProduct.mks. In internal source tree lunch time was reduced from ~15s to ~1.5s. Bug: 27429759 (cherry picked from commit 08800fd9) Change-Id: I862a0ec3c1aae97c552054dacec133e857042edf
- 25 Jan, 2016 4 commits
-
-
Neil Fuller authored
Reapply the JDK 8 switch in internal builds. This reverts commit 85bddfde.
-
Neil Fuller authored
Reapply the switch to JDK 8 on aosp/master. This reverts commit 85bddfde. Change-Id: If2e8733ba78b007d37914c0512cd6be1bd4c1e69
-
Neil Fuller authored
Temporary revert to help out Brillo folks. It will be resubmitted tomorrow. This reverts commit 4495f6af. Change-Id: Id378c7d3a6e72e9be50f9404b19d5763568987a5
-
Neil Fuller authored
To return to OpenJDK 7: export LEGACY_USE_JAVA7=true And run envsetup.sh/lunch again. Bug: 25786468 Change-Id: I8e00591a24d13e3b8b6baaafe0fdff6536c58770
-
- 15 Jan, 2016 1 commit
-
-
Neil Fuller authored
This reverts commit ee89f219. This reapplies commit 1bd16b67 for the third time. Change-Id: I3be72f643f5ddce87dfc39d98f19e395525554d8
-
- 14 Jan, 2016 1 commit
-
-
Neil Fuller authored
This reverts commit c288d657. The launch control change that switched various builds to JDK 8 was reverted so JDK 8 can't be mandatory without breaking builds. Change-Id: I5e3feb21488d3bb57c5718cfe105a931eeaa9587
-
- 12 Jan, 2016 1 commit
-
-
Neil Fuller authored
This reverts commit a87553f4. Change-Id: Ibd7bf08f3adfdc3f50584b8a61b3f81f1bff53de
-
- 11 Jan, 2016 2 commits
-
-
Neil Fuller authored
Reverting until all continuous builds that cover branches downstream of master can be updated to use JDK 8. This reverts commit 1bd16b67. Change-Id: Icb0daa440a6286e07d3cfd9ff8b082b4154ebc21
-
Neil Fuller authored
To return to OpenJDK 7: export LEGACY_USE_JAVA7=true And run envsetup.sh/lunch again. Bug: 25786468 Change-Id: Iba08a9d3cf73bae7124e431dfe87c20ac219591e
-
- 04 Jan, 2016 1 commit
-
-
Neil Fuller authored
Bug: 25786468 Change-Id: Ifaa782314d839079c17a572301550a0c2924f8c5
-
- 19 Nov, 2015 1 commit
-
-
Neil Fuller authored
Use sensible default locations for Java based on the EXPERIMENTAL_USE_JAVA8 flag. Bug: 25786468 Change-Id: I7ec035b5329785efc41b3f971d5e3ae202293576
-
- 10 Nov, 2015 1 commit
-
-
Marie Janssen authored
The -p option means something else on zsh and breaks this function. Bug: None Change-Id: Ie0ba8119e34c616f5b8f931806063d6b1d3d893e
-
- 02 Nov, 2015 1 commit
-
-
Lee Campbell authored
The build will now search for AndroidProducts.mk in /product BUG: 22030305 Change-Id: I2d067d95d0c8dc1341a55167f9ac7f6926e04ce3
-
- 22 Oct, 2015 1 commit
-
-
Mike Frysinger authored
This is more efficient as find itself can handle correctly passing arguments down to the command, and this is in POSIX. The current versions of OS X also support this form. BUG=None TEST=mgrep still works Change-Id: Ie570867609113868daaf068658c4f7e6f4ae42fa
-
- 20 Oct, 2015 1 commit
-
-
Roland Levillain authored
Change-Id: I31cc811e1352b9c924bdf164561f334b032d6f5c
-
- 19 Oct, 2015 1 commit
-
-
Abhinav1997 authored
When a directory isn't present with mmm, don't show "No Android.mk present", rather show that the directory isn't present Change-Id: I7259a60012c6f30c470daa60d5a5097d01ffc4c7 Signed-off-by:
Abhinav1997 <abhinav.jhanwar.august2@gmail.com>
-
- 01 Oct, 2015 1 commit
-
-
Brian Carlstrom authored
Change-Id: Iadf3f05e752d71371d3d74e670ade3e937b1cd92
-
- 30 Sep, 2015 1 commit
-
-
David Zeuthen authored
This will run ${ANDROID_PRODUCT_OUT}/provision-device which in turn can run fastboot (and other vendor-specific bits, if needed) to repartition the device and reflash all partitions with known versions. Options passed to the 'provision' command will be passed on to said script which is expected to pass them on to fastboot. Since this is a rather destructive operation involving data loss etc., user confirmation is required. This confirmation can be bypassed using the option --no-confirmation. Change-Id: Iec5667f2f5070b95d2eb70ad1b2984909ae4184c
-
- 24 Sep, 2015 1 commit
-
-
Ying Wang authored
This avoids Ninja's path canonicalization on those goal names. Without this, Ninja complains about duplicate rules for MODULES-IN/a/b/.. and MODULES-IN/a. Bug: 24309760 Change-Id: Id3aa9da5d3887a2cd1426cbb5fdf35659c65805e
-
- 23 Sep, 2015 1 commit
-
-
Ying Wang authored
Previously we use command line variable BUILD_MODULES_IN_PATHS which causes kati to regenerate build.ninja if any variable value changes. TODO: Remove the old rules of BUILD_MODULES_IN_PATHS in build/core/main.mk and ninja.mk once users have re-sourced envsetup.sh. Probably in a few weeks. Caveat: With this change, if a user sources the new envsetup.sh, mma/mmma won't work in old branches from the same shell. Bug: 24309760 Change-Id: I212e82aeebaaa2bd4114e2066f1995da8886b5e2
-
- 18 Sep, 2015 1 commit
-
-
Dan Albert authored
Nothing else was being imported from system/core yet, and a path under development makes more sense for this. Bug: http://b/22881740 Change-Id: Ib0beb02137805b3e382535514a2bc067b7fd1d33
-
- 15 Sep, 2015 1 commit
-
-
Ying Wang authored
We used to rely on envsetup.sh to set up PATH before doing kernel build. Now we have new kernel build process. Also the variable doesn't work any more as we don't have corresponding arm-eabi toolchain for the latest arm-linux-androideabi toolchain. Change-Id: I99443fdc58e94f57f4f1f7e88da6dd127f3b2fac
-
- 31 Jul, 2015 1 commit
-
-
Dan Albert authored
There's an adb Python interface now, and system/core needs to be in the PYTHONPATH for `import adb` to find it. Change-Id: I712767a2ba96cb017ce5857dc367e4cacf2ec51f
-
- 13 Jul, 2015 1 commit
-
-
William Roberts authored
Change-Id: I7a97e00c7ef5ac179333303d89511c2f72cbd100 Signed-off-by:
William Roberts <william.c.roberts@intel.com>
-
- 12 Jun, 2015 2 commits
-
-
Jeff Vander Stoep authored
Adds audit2allow to the path. No build required. (cherry picked from 5f50f053) Bug: 21724977 Change-Id: Ide320a56b9cdbfa426b978443f6df07fa2a38fbc
-
Jeff Vander Stoep authored
Adds audit2allow to the path. No build required. Bug: 21724977 Change-Id: Ide320a56b9cdbfa426b978443f6df07fa2a38fbc
-
- 08 Jun, 2015 1 commit
-
-
Ying Wang authored
For historical reason, the aosp_* products were named full_*. We keep the full, full_x86 and full_mips in case some tools still reference these legacy names; But no reason the have the full_* product names for the new 64-bit archs. Change-Id: I240ed0c6ded0ded2d80603bd0c5ff24750999afc
-
- 17 May, 2015 1 commit
-
-
Jacky Cao authored
Change-Id: I62ae1da772f4e3eb80ed26aca89ebe47aff8efa7
-
- 03 Apr, 2015 1 commit
-
-
Oleksiy Avramchenko authored
This fixes randomness of the combo index. Change-Id: I533161fea8d1bc0c9dbd6ca2f3393d27310c9588
-
- 01 Apr, 2015 1 commit
-
-
Ying Wang authored
Bug: 20017058 Change-Id: I85fac71061673d00a1b583ad13afc8567d794cd6
-
- 05 Mar, 2015 1 commit
-
-
Adrian Roos authored
Change-Id: I12e8cc62e72d0af3b777f69727eafec9aa1713e3
-
- 26 Feb, 2015 1 commit
-
-
Jeff Sharkey authored
Change-Id: Iece26217a7c59c7b2fd1bf19a7edccbe4be92947
-
- 12 Feb, 2015 3 commits
-
-
Dan Albert authored
Change-Id: I6bb8b42dbc7ac45bec6b8267733f9b4d6212315f
-
Dan Albert authored
gdbclient is being promoted to a real script: https://android-review.googlesource.com/#/c/131831/ Change-Id: I4bb70ad44cec0ebf62d9e8e355c22ed8b708868b
-
Greg Hackmann authored
Blocking these sequences on Darwin has false positives (Terminal.app) and false negatives (Eclipse CDT on Linux). Instead let's ask the terminal what it supports. Change-Id: I907942925a8b30abc1ea920f077b5fc3af815ba4 Signed-off-by:
Greg Hackmann <ghackmann@google.com>
-
- 30 Jan, 2015 1 commit
-
-
Trevor Drake authored
Change-Id: Iac3942da05c1803039b9fcf15fee1fc0e0f4efda
-
- 22 Jan, 2015 1 commit
-
-
Dmitriy Ivanov authored
Print error message when unable to resolve exefile by pid Change-Id: I5d04bdc348e5f95818ac90e29148947edfce42eb
-