summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * build: repopick: Avoid failing on commits lookupAdrian DC2016-12-041-0/+2
| | | | | | | | | | | | | | | | | | | | * Some projects with multiple merges and discountinuous histories could trigger an error here when the HEAD~{?} does not exist, hence avoid this by ignoring the commit and continue the search Change-Id: Ice28c87d1bf8897da52236b637bbb0c5d349f848
| * build: repopick: Support squashed commits for Change-Id detectionAdrian DC2016-12-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Commits are identified by their last Change-Id, but the parser only considers the first one found * Reverse the list to find the last Change-Id and avoid multiple repopick attempts on the same commit RM-290 Change-Id: Ie0204245a47799f8ead21148e0b4e9356cf271eb
| * build: repopick: Support projects with less than 10 commitsAdrian DC2016-12-041-2/+8
| | | | | | | | | | | | | | | | | | * Verify that the project has at least 10 commits to verify, if not check only the amount of existing commits RM-290 Change-Id: Ic95212510d8f5b980c9a94af8d5ac1e0dfd94b3e
| * repopick: handle revisions with slashesDan Pasanen2016-12-041-1/+2
| | | | | | | | | | | | RM-290 Change-Id: I6f7891a52fb1538e88f5a68dd28ef1c603ee7067
| * repopick: don't re-pick duplicate changesSimon Shields2016-12-041-0/+14
| | | | | | | | | | | | | | | | check the last 10 commits to HEAD for a dupe change id. RM-290 Change-Id: Icfbf8b4eae165cf84ef4a82f54f792e9c9acd67b
| * repopick: try to use remote's default revisionDan Pasanen2016-12-041-1/+6
| | | | | | | | | | | | | | | | | | | | * If the project doesn't have a revision specified, try to see if it's remote has one specified before falling back to the global default. RM-290 Change-Id: I05129413b154e5d08d0fa9ef0ce853631b7e1562
| * Revert "qcom: Select Sony display/media variants for Sony devices"Zhao Wei Liew2016-11-131-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 1. The Sony kernel is no longer BF64-based. 2. There is no reason for Sony devices to set the BOARD_USES_QCOM_HARDWARE flag, since they are meant to be using AOSP code + select patches. Revert for now until a better solution is decided upon. This reverts commit be202afa17314f84ce69ee33a6936ca9abbf499b. Change-Id: I94749d116340e9eb4a2fcc88a2b4514719e2279d
| * kernel: Auto-set prefix based on KERNEL_ARCHDan Pasanen2016-11-101-4/+10
| | | | | | | | Change-Id: I5c83e7de97b75ece9a1306cb20b058d9fd30e288
| * Merge tag 'android-6.0.1_r74' into HEADJessica Wagantall2016-11-092-5/+7
| |\ | | | | | | | | | | | | | | | | | | | | | CYNGNOS-3303 Android 6.0.1 release 74 Change-Id: Ie96480de0df00e2d4c7d298f53e4f102aad5c823
| | * MOB31Kgitbuildkicker2016-10-111-1/+1
| | |
| | * MOB31Jgitbuildkicker2016-09-301-1/+1
| | |
| | * MOB31Igitbuildkicker2016-09-271-1/+1
| | |
| | * Updating Security String to 2016-11-05 on mnc-devAdam Seaton2016-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | b/31618336 Change-Id: I3c9459553fdc89cacdf74d5e5801871b7192bc51 (cherry picked from commit dcfd738833ea0c6d271b45d50a652191e6c345f0)
| | * Updating Security String to 2016-11-01 on mnc-devAdam Seaton2016-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | b/31618336 Change-Id: I18b3a0d690ab238fcd3cafa65b873ce7432c9c25 (cherry picked from commit 62b28398ba157b65a4825bea59806c060503500c)
| | * MOB31Hgitbuildkicker2016-08-301-1/+1
| | |
| | * MOB31Ggitbuildkicker2016-08-261-1/+1
| | |
| | * MOB31Fgitbuildkicker2016-08-251-1/+1
| | |
| | * Update comments around PLATFORM_SECURITY_LEVELAdam Seaton2016-08-251-3/+5
| | | | | | | | | | | | | | | | | | Bug: 29881091 Change-Id: Ib30aac55540513e43af147914f4470a78f368ef6 (cherry picked from commit f45494279a4f46c51ce26935e221a121262f49ee)
| | * Update Security String to 2016-10-05 to Platform and CTS for OctoberAdam Seaton2016-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Security Updates (rebased) b/30946906 Change-Id: Ia5207f919908496a593e3163788bfb75ce4e055d (cherry picked from commit bb45bd20e97be07ec92facf411aae91d90490a5b)
| | * Update Security String to 2016-10-01 to platform and CTS for October SecurityAdam Seaton2016-08-251-1/+1
| | | | | | | | | | | | | | | Change-Id: I7ccdd54c1d269422c5e2e1f3e268fc539b6eb684 (cherry picked from commit cb60b2dedbf6a346f3affc66a2e89a8068c530e2)
| * | build: qcom_target: Enable BOARD_USES_ADRENOZhao Wei Liew2016-11-091-0/+2
| | | | | | | | | | | | | | | | | | | | | Newer QCOM HALs use this flag for libc2dcolorconvert, examples being msm8937 and msm8996 media HALs. Change-Id: I28e8a42b58b4f5f71126df7ad97c377724da5bab
| * | releasetools: Rebuild recovery when signing target imagesDiogo Ferreira2016-11-092-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When signing a build, the recovery can be built twice, once when signing and again when adding the image to target files. This is usally not a problem for deterministic signatures but a custom signing method might include a time-based component which affects checksums of the generated images. This means that the recovery patches (i.e. install-recovery) will fail to checksum. This patch makes adding images to target files, when invoked from sign_target_files_apks, always rebuild the recovery patch with the newly generated images so that the checksums are consistent irrespective of potential time components. Change-Id: I575c69dc96a6d4d69b3ea9d037f5f13c97afa87e
| * | envsetup: Fix cafremote/aospremote for projects with non-standard pathsMichael Bestas2016-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | * Fix -caf and -caf-<platform> projects * Fix AOSP HALs that are synced in "/default" subfolder Change-Id: I33cc344a3234de6698676c32035622acbec03dd1
| * | build: Support a fallback to java 8 if java 7 is not foundAdrian DC2016-10-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * In the case of a host installed only with java 8, the build starts correctly but on use of JAVA_HOME binaries, the java references are missing * Allow the java 7 to be tested and try to use java 8 Change-Id: Ie50892edb54feb8608a0ef80a1c2a8667703e8ee
| * | Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-062-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | Android 6.0.1 Release 72 (M4B30X) Change-Id: Ida42e8942cf7ed3d69ac6cdf9fc70a0098c3b259
| | * | M4B30Xgitbuildkicker2016-08-311-1/+1
| | | |
| | * | M4B30Wgitbuildkicker2016-08-311-1/+1
| | | |
| | * | Update comments around PLATFORM_SECURITY_LEVELAdam Seaton2016-08-311-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 29881091 Change-Id: Ib30aac55540513e43af147914f4470a78f368ef6 (cherry picked from commit f45494279a4f46c51ce26935e221a121262f49ee)
| | * | Update Security String to 2016-10-05 to Platform and CTS for OctoberAdam Seaton2016-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security Updates (rebased) b/30946906 Change-Id: Ia5207f919908496a593e3163788bfb75ce4e055d (cherry picked from commit bb45bd20e97be07ec92facf411aae91d90490a5b)
| | * | Update Security String to 2016-10-01 to platform and CTS for October SecurityAdam Seaton2016-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | Fix merge conflict into mmr3 Change-Id: I7ccdd54c1d269422c5e2e1f3e268fc539b6eb684
| | * | M4B30Vgitbuildkicker2016-08-301-1/+1
| | | |
| | * | M4E61gitbuildkicker2016-08-301-1/+1
| | | |
| | * | merge in mnc-mr3-release history after reset to mnc-dr1.5-devgitbuildkicker2016-08-300-0/+0
| | |\ \
| | | * | Update comments around PLATFORM_SECURITY_LEVELAdam Seaton2016-08-281-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 29881091 Change-Id: Ib30aac55540513e43af147914f4470a78f368ef6
| | | * | Update Security String to 2016-10-05 to Platform and CTS for OctoberAdam Seaton2016-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security Updates (rebased) b/30946906 Change-Id: Ia5207f919908496a593e3163788bfb75ce4e055d
| | | * | Update Security String to 2016-10-01 to platform and CTS for October SecurityAdam Seaton2016-08-282-2/+2
| | |/ / | | | | | | | | | | | | | | | | Change-Id: I7ccdd54c1d269422c5e2e1f3e268fc539b6eb684 (cherry picked from commit cb60b2dedbf6a346f3affc66a2e89a8068c530e2)
| | * | M4B30Tgitbuildkicker2016-08-261-1/+1
| | | |
| | * | M4B30Sgitbuildkicker2016-08-171-1/+1
| | | |
| | * | M4B30Rgitbuildkicker2016-08-161-1/+1
| | | |
| | * | "M4B30Q"The Android Automerger2016-06-241-1/+1
| | | |
| * | | Use sensible default locations for JavaNeil Fuller2016-09-301-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use sensible default locations for Java based on the EXPERIMENTAL_USE_JAVA8 flag. Bug: 25786468 Change-Id: I7ec035b5329785efc41b3f971d5e3ae202293576
| * | | Revert "envsetup: Always look up JAVA_HOME path"Keith Mok2016-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This breaks, if we have both jdk7 and jdk8 installed on same machine. This reverts commit bc9ae3d5c21915c165b2b2cb41d07e1573814254. Change-Id: Id0482d130d5306e797adfeeaeb2efbd1e25aa3ee
| * | | Merge tag 'android-6.0.1_r66' into HEADJessica Wagantall2016-09-072-2/+2
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Android 6.0.1 release 66 # gpg: Signature made Tue 06 Sep 2016 09:25:55 AM PDT using DSA key ID 9AB10E78 # gpg: Can't check signature: public key not found
| | * | "MOB31E"gitbuildkicker2016-08-111-1/+1
| | | |
| | * | Update Security String to 2016-09-06 to platform and CTS for SeptemberAdam Seaton2016-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Security (+Quadrooter,-PZ) Change-Id: I248efb2cbd877b4954994077df0f90adcf332f4a
| | * | "MOB31D"gitbuildkicker2016-08-091-1/+1
| | | |
| | * | Update Security String to 2016-09-07 to platform and CTS for SeptemberAdam Seaton2016-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | respin Change-Id: I6ec8efad5b8e45bcf9df79fb54824acc92755a3b
| | * | "MOB31C"gitbuildkicker2016-08-011-1/+1
| | | |
| | * | Updating security string to 2016-09-05 to platform and CTS in preparationAdam Seaton2016-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for 2016 September OTA on mnc-dev b/30224278 Change-Id: I0f0591b7f0f033320de422c4019e056231228539
| | * | "MOB31B"gitbuildkicker2016-07-211-1/+1
| | | |