summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix libs list for manifest mergerWolfgang Wiedmeyer2017-02-121-0/+4
| | | | | | Newer manifest merger expects colons instead of spaces. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Merge branch 'cm-13.0' of https://github.com/LineageOS/android_build into ↵Wolfgang Wiedmeyer2017-02-119-70/+57
|\ | | | | | | | | | | replicant-6.0 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
| * dumpvar: Close yo' parens on RECOVERY_VARIANTKevin F. Haggerty2017-02-081-1/+1
| | | | | | | | Change-Id: Iedca93d7990fd8cd67e2086fe5bc151964d1059f
| * dumpvar: Dump RECOVERY_VARIANT if not emptyPaul Keith2017-02-081-0/+3
| | | | | | | | | | | | | | | | * As more and more people are building twrp, let's remind them what they are doing Change-Id: I60b9d708f9192b9014d94c248fab8385b95951cf Signed-off-by: Paul Keith <javelinanddart@aidenswann.com>
| * Add dumpvar for WITH_SUAbhisek Devkota2017-02-081-3/+5
| | | | | | | | | | | | | | | | | | -Allow folks to see easily if the term session they are in has WITH_SU set to true -Also add a dumpvar rule for WITH_GMS for those that have it -Remove unused CYNGN dumpvar rules Change-Id: I8cba8ffecd8f8943c69326ae07bcc17ea61e3f34
| * Include make_f2fs/mkf2fsuserimg in otatoolsTom Powell2017-02-031-0/+2
| | | | | | | | Change-Id: I1657ae2ca79214eab70e8976f6f59e6b5433afcd
| * Update security patch level to 2017-01-01.mh0rst2017-01-291-1/+1
| | | | | | | | Change-Id: I21cea7dab2ab3236521a171ffa63dae6bb12cccd
| * core: Fix unified trees with no TARGET_OTA_ASSERT_DEVICEGabriele M2017-01-231-1/+1
| | | | | | | | | | | | | | If TARGET_OTA_ASSERT_DEVICE is not set, TARGET_DEVICE should be used for OTA_SCRIPT_OVERRIDE_DEVICE. Change-Id: If382dfa29dddb39498dec5f5eadc9895b7c47d88
| * core: include libf2fs_fmt_host_dyn in otatoolsTom Powell2017-01-231-1/+2
| | | | | | | | Change-Id: I4f31352139b2f38570f0370afff3901999082e48
| * ota_from_target_files: Remove device dependent argumentsGabriele M2017-01-231-6/+6
| | | | | | | | | | | | | | | | | | | | | | These device-specific arguments are defined at build time and are necessary to generate the zip correctly. Don't use command line arguments to specify them, but write all the needed information in misc_info.txt when the target-files zip is generated. ota_from_target_files will then read misc_info.txt and set everything automatically. Change-Id: Ibdbca575b76eb07b53fccfcea52a351c7e333f91
| * build: kernel: Remove obsolete checksZhao Wei Liew2017-01-131-10/+0
| | | | | | | | | | | | | | | | * BOARD_USES_UBOOT is unused. * Same goes for BOARD_USES_UNCOMPRESSED_BOOT. Furthermore, it is superseded by TARGET_USES_UNCOMPRESSED_KERNEL. Change-Id: I9f0e2848fcd0cd212bccacf14df55ad03f821051
| * build: support lineage device treesSimon Shields2017-01-091-1/+5
| | | | | | | | Change-Id: I087a97e31cab2ccfba16b5378cef429785baf7d0
| * core: move platform-specific helper macros to target makefilesDan Pasanen2017-01-083-6/+6
| | | | | | | | | | | | | | | | | | * These (qcom specifically) are now needed sooner than we had previously been importing them. Include them within their <platform>_target.mk makefiles. This ensures they'll be imported before their macros are needed. Change-Id: I06c6ab66446e2f0b54c245cf6c2cf665b649e0c9
| * build: qcom_target: Define MSM_VIDC_TARGET_LISTZhao Wei Liew2017-01-081-0/+5
| | | | | | | | | | | | | | | | | | | | Currently, in the media HAL, we're replacing the usage of this variable with a check for TARGET_BOARD_PLATFORM. Instead of having to do that every time a new branch is made, define the variable in qcom_target. Change-Id: Idd85b6f0b167bbc64833eb03335abcaa7b9de4a9
| * build: qcom_target: Clean up QCOM_HARDWARE_VARIANT checksZhao Wei Liew2017-01-081-18/+20
| | | | | | | | Change-Id: I97f812412f94a0638e78eaf7e45112b6924120a9
| * Revert "Add PRODUCT_BOOTANIMATION"Luca Stefani2017-01-052-7/+0
| | | | | | | | | | | | | | | | | | | | | | Replace this with TARGET_BOOTANIMATION as part of the rework of the boot animation generation process in vendor/cm change Iee32f18440ff955d13ed85b273e97cbd540721fc. This reverts commit b2483ae08c00c42bd97f3b9e2ba5e841ec243d62. Change-Id: Id6fc55ee1bc0149f25e6165a3e5f3209ad4424fc (cherry picked from commit 74b511974651cbbcffd6e472777d33b4bf9ae5bc)
| * qcom_target: Remove unused support for CAF manifestsEthan Chen2017-01-041-16/+0
| | | | | | | | | | | | | | | | | | * This code was introduced to support building from Qualcomm hardware manifests, placing the appropriate Qualcomm HALs at the AOSP hardware/qcom/$(HAL_TYPE) location. This isn't a supported use case anymore, so remove the dead code. Change-Id: Id7d53b33f53289bc1ead8eb983d7e252940b0387
| * build: Rebrand CM_VERSION to LINEAGE_VERSIONZhao Wei Liew2017-01-022-2/+2
| | | | | | | | Change-Id: I8b44007ebbe395df3c989be37a5d45339f111130
| * build: dumpvar: Display version as LINEAGE_VERSIONBrandon McAnsh2016-12-311-1/+1
| | | | | | | | | | Change-Id: Iebdb9bb97787901096d629b469a9dca6bb50528d Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
| * build: Rebrand to LineageOSZhao Wei Liew2016-12-272-2/+3
| | | | | | | | Change-Id: Ie03583dc2a974a159fa50c6cb19cb68aa256ca77
* | keep up with latest manifest merger in DebianWolfgang Wiedmeyer2017-02-091-1/+1
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Standalone recovery kernel buildWolfgang Wiedmeyer2017-01-112-5/+46
| | | | | | | | | | | | Port of commit f6fe3cf5 from Replicant 4.2 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_build into ↵Wolfgang Wiedmeyer2016-12-131-2/+2
|\ \ | |/ | | | | replicant-6.0
| * Updating Security String to 2016-12-01Adam Seaton2016-12-121-2/+2
| | | | | | | | | | | | | | | | CYNGNOS-3312 mnc-dev b/32249855 Change-Id: I0ff4dccb4e307e35fb9fcc6b1e0267f5476a5898
* | Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_build into ↵Wolfgang Wiedmeyer2016-12-1319-41/+131
|\ \ | |/ | | | | replicant-6.0
| * 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
| * | 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
| | | |
| | * | M4B30Tgitbuildkicker2016-08-261-1/+1
| | | |
| | * | M4B30Sgitbuildkicker2016-08-171-1/+1
| | | |