summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix caf and aospremoteluca0204002016-05-191-2/+2
| | | | Change-Id: I8ad28d71254941c0aacb91b1c6c702f9f13caf5f
* ereleasetools: Allow for custom boot image signing toolsBrint E. Kriebel2016-05-171-1/+10
| | | | | | | | Some boot images will need to be signed using specific tools. Allow passing the path to this tool through an environment variable. Change-Id: I958726fdae8d63fe99d639dfa361046b528a087c Ticket: CYNGNOS-2868
* Avoid accidentally using the host's native 'as' command.Alistair Strachan2016-05-131-2/+3
| | | | | | | | | | | | | | | When invoking clang for the host to assemble .S files, the -B flag would not be provided, which allowed the host prebuilt clang to use an 'as' from the native environment. Most of the time this "just works", but some newer 'as' versions cause problems with the older prebuilt toolchain, for example by generating unsupported relocation types. To avoid this problem, simply use the -B flag to tell clang to invoke the assembler from the correct prebuilt gcc prefix. Change-Id: I18ea4f37ae637b652cfd7321c41929f8be075342 Signed-off-by: Alistair Strachan <alistair.strachan@imgtec.com>
* repopick: support specifying a range of commits to pickDan Pasanen2016-05-111-2/+8
| | | | | | * for example: repopick 12345-12350 Change-Id: I3b8f2c331a6ac5488032432e133bd4b44d0bf007
* Revert "Added DataUsageProvider to the build"Luca Stefani2016-05-101-1/+0
| | | | | | | | * CM specific packages should go into vendor/cm This reverts commit 0c03d1e623e77bab4825da899e52b4ffc849a3af. Change-Id: I5810111672a4566def56df80e9cdc9bd1e158c70
* envsetup: Fix aosp & caf remoteluca0204002016-05-061-14/+16
| | | | | | | | | Fixes: sed: -e expression #1, char 9: unknown option to `s' * Return if .git directory is missing and move it on the top * Update cmremote strings ( match caf/aosp remote ) Change-Id: Ifb606a20f308e7317e9ce519d682a3fdb8bfe9bf
* Added DataUsageProvider to the buildGary Kipnis2016-05-061-0/+1
| | | | Change-Id: Ia167198b82a9b41ed93e59048a55d0e1da7f0512
* Merge tag 'android-6.0.1_r43' into HEADJessica Wagantall2016-05-032-2/+2
|\ | | | | | | | | | | | | Ticket: CYNGNOS-2373 Android 6.0.1 release 43 (MOB30J) Change-Id: Ie9c8bd51e3c1b06fa7d23f11739f9be137d224bb
| * "MOB30J"The Android Automerger2016-04-181-1/+1
| |
| * "MOB30I"The Android Automerger2016-04-111-1/+1
| |
| * "MOB30H"The Android Automerger2016-04-081-1/+1
| |
| * "MOB30G"The Android Automerger2016-03-291-1/+1
| |
| * "MOB30F"The Android Automerger2016-03-281-1/+1
| |
| * "MOB30E"The Android Automerger2016-03-251-1/+1
| |
| * Update Security String to 2016-05-01 in preparation for May 2016 Security OTAZach Jang2016-03-251-1/+1
| | | | | | | | | | | | b/27724973 Change-Id: I572123586730e45b304f352c8b0fd6371ff5788b
* | build: Fix manual invocation of aar targets.Adnan Begovic2016-05-021-2/+2
| | | | | | | | | | Change-Id: Ic5a4980d1d45df24f6242e31fdfd86543f56e19c TICKET: RM-232
* | build: Make sure to check for variable definition during execution.Adnan Begovic2016-05-021-3/+3
| | | | | | | | | | TICKET: RM-232 Change-Id: Ic5b3850a81b959b05a218cd967dcec71c15a4cd5
* | build: allow to set a consumer proguard fileJorge Ruesga2016-04-291-0/+4
| | | | | | | | | | | | | | | | | | This allow to specify a proguard file by defining LOCAL_CONSUMER_PROGUARD_FILE that will inserted in the root directory of the aar and to be consumed by another apk via gradle plugin Change-Id: Ia3c11e5ea8e694800fb262b835432f86a6777f86 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | Merge tag 'android-6.0.1_r30' into HEADJessica Wagantall2016-04-191-1/+1
|\ \ | |/ | | | | | | | | | | RM:234 Android 6.0.1 release 30 Change-Id: Id4377e6713ea15e0acf284d27b137c6df6262c3f
| * MOB30DThe Android Automerger2016-03-221-1/+1
| |
| * Update Security String to 2016-04-02 in preparation for April 2016 Security ↵Zach Jang2016-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | OTA v2 - kernel updates with patches for CVE-2015-1805 b/27724967 Change-Id: Ie9daf35dcba3f844c925358daf2646b7ab5b5f5f Fix merge conflict to mnc-mr2-release w/ security string change to 2016-04-02
| * MOB30CThe Android Automerger2016-03-161-1/+1
| |
| * MOB30BThe Android Automerger2016-03-011-1/+1
| |
| * "MOB29Z"The Android Automerger2016-02-261-1/+1
| |
| * Updating security string patch to 2016-04-01Zach Jang2016-02-261-1/+1
| | | | | | | | | | | | b/27272697 Change-Id: I99c2c892a21f4c36226ea5f8d94689d6218ccf7e
| * MOB29YThe Android Automerger2016-02-241-1/+1
| |
| * "MOB29X"The Android Automerger2016-02-241-1/+1
| |
| * "MOB29W"The Android Automerger2016-02-161-1/+1
| |
* | qcom: Use correct path for BT vendorEthan Chen2016-04-181-1/+1
| | | | | | | | Change-Id: I81971e65a7f75ad5755bfdbed229c30d447c7d55
* | img_from_target_files: Skip oem.img in fastboot image creationBrint E. Kriebel2016-04-181-6/+3
| | | | | | | | | | | | | | | | We don't need this package to be included in fastboot images, so skip it when we are creating fastboot images. Change-Id: I1e0676f5cbf7468088e6997f83ae845578864668 Ticket: CYNGNOS-936
* | releasetools: Fix print in boot image signingBrint E. Kriebel2016-04-181-1/+1
| | | | | | | | | | | | | | Python 3 compatibility fail Change-Id: I0acb7059b554ad16833ccdd09643f52f2c44a3f2 Ticket: RM-233
* | releasetools: Add bootable image signingBrint E. Kriebel2016-04-181-1/+39
| | | | | | | | | | | | | | | | Set PRODUCT_PRIVATE_KEY to the path of the boot image signing certificate to sign an image for secure boot. Ticket: RM-233 Change-Id: I2c767c6f9c3740bed3d7094d2d0b50a075e08abc
* | build: skip 'ro.product.device' using new macro "TARGET_SKIP_PRODUCT_DEVICE"Edward Wang2016-04-153-1/+5
| | | | | | | | | | Change-Id: Id17ef7de8b0146dd6e4b2cc3cc5b88453da38f6c Ticket: FEIJ-62
* | build: Create a oem image when BOARD_OEMIMAGE_FILE_SYSTEM_TYPE is definedDiogo Ferreira2016-04-154-1/+56
| | | | | | | | | | | | | | | | | | | | This adds the capability of generating a OEM image with the build and adding it to target files when BOARD_OEMIMAGE_FILE_SYSTEM_TYPE is set. Change-Id: I6c596d58d9d5ece1a261d953eeb8c60eac30e642 Ticket: CYNGNOS-936 (cherry picked from commit 1966a9e7c22b95eb4c16be6aee7adf43cb6ce118)
* | build: Add BOOTIMAGE_EXTRA_DEPS for BOOT_SIGNER products tooEthan Chen2016-04-131-1/+1
| | | | | | | | | | | | | | * Products supporting BOOT_SIGNER should depend on BOOTIMAGE_EXTRA_DEPS as well, since that dt.img generation is tied to that rule. Change-Id: I7c3040d0c59c66aaac46121d6ca50ab96bdf7e72
* | build: Use compatibility DTB directory path for custom DTB tool buildsEthan Chen2016-04-131-1/+6
| | | | | | | | | | | | | | | | * dtbToolCM is able to search subdirectories, but we are not guaranteed that other dtbTool binaries have the same capability. Re-specify multiple paths for non-dtbToolCM builds just in case. Change-Id: Id69e000af5eba60a07662b178cb95950451efd17
* | build: Add MTK supportDiogo Ferreira2016-04-082-0/+16
| | | | | | | | | | | | | | When setting BOARD_USES_MTK_HARDWARE, a global MTK_HARDWARE define will be available to all target modules. Change-Id: Id2a2996139a31afb6eb37f7ee24202587cb4beb1
* | build: add cmts config to global buildKhalid Zubair2016-04-071-0/+3
| | | | | | | | Change-Id: I554840be954545ab7637c9e5a6fcc7cb5a5da7c1
* | qcom: Allow usage of default QC HAL pathsEthan Chen2016-04-051-0/+16
| | | | | | | | Change-Id: Icbeaa995047289b5e10cdebf805f8bd8cb7978b1
* | Preventing default locale from being overridden because of buildinfo.shAbhishek G2016-04-053-1/+5
| | | | | | | | | | | | | | | | | | Adding the ability to set default locale from the device tree. Adding the TARGET_SKIP_DEFAULT_LOCALE flag which can be set in the device tree, thus preventing buildinfo.sh from overriding default locale. Change-Id: I66bcedb42216acee56ceaf657a39dc23d7eea6f4 Issue-Id: FEIJ-22
* | Merge tag 'android-6.0.1_r24' into HEADJessica Wagantall2016-04-052-2/+2
|\ \ | | | | | | | | | | | | Ticket: CYNGNOS-2213 Android 6.0.1 release 24
| * | "MHC19Q"The Android Automerger2016-03-221-1/+1
| | |
| * | Per Zach Jang: bump PLATFORM_SECURITY_PATCH date.The Android Automerger2016-03-221-1/+1
| | |
| * | Reset back to MHC19M with history.The Android Automerger2016-03-220-0/+0
| |\ \
| | * \ Reset back to MHC19O with history.The Android Automerger2016-03-220-0/+0
| | |\ \
| | | * | MHC19PThe Android Automerger2016-03-221-1/+1
| | | | |
| | | * | Update Security String to 2016-04-02 in preparation for April 2016 Security ↵Zach Jang2016-03-221-33/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OTA v2 - kernel updates with patches for CVE-2015-1805 b/27724967 Change-Id: Ie9daf35dcba3f844c925358daf2646b7ab5b5f5f
| | | * | "MHC82"The Android Automerger2016-03-221-1/+1
| | | | |
| | | * | merge in mnc-dr1.5-release history after reset to mnc-dr1.5-devThe Android Automerger2016-03-220-0/+0
| | | |\ \ | | |/ / / | |/| / / | | |/ /
| | * | MHC19OThe Android Automerger2016-03-171-1/+1
| | | |