summaryrefslogtreecommitdiffstats
path: root/core/dumpvar.mk
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of https://github.com/LineageOS/android_build into ↵Wolfgang Wiedmeyer2017-02-111-3/+8
|\ | | | | | | | | | | 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
| * build: Rebrand CM_VERSION to LINEAGE_VERSIONZhao Wei Liew2017-01-021-1/+1
| | | | | | | | 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>
* | change version strings to ReplicantWolfgang Wiedmeyer2015-12-211-1/+1
|/ | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* build: Clean up use of vendor/extraSteve Kondik2015-10-061-0/+4
| | | | | | | * extra_config.mk is not needed anymore * Include BoardConfigExtra.mk if available Change-Id: Icd0db0852ceee5cb5c701c9a40b829e1f3ebd69e
* print CM_VERSION in build configChirayu Desai2015-10-061-0/+1
| | | | Change-Id: Iead654e30798a11e636ec743683f3431d14a858c
* Print all 2ND variables.Christopher Ferris2014-05-141-1/+3
| | | | Change-Id: I11180a3ec3481d293100c59c331f05db9e6a689b
* Add TARGET_2ND_ARCH to dumpvarDmitriy Ivanov2014-03-121-0/+1
| | | | Change-Id: Ida87a61cceb55b7ebc28735b4688a03a10c01096
* Remove dead code.Ying Wang2014-02-191-25/+0
| | | | | | | | | | | | It seems the code was meant to add the toolchain to ANDROID_BUILD_PATHS and then export to PATH by lunch. But now we export the toolchain to PATH explicitly in envsetup.sh and the code is unnecessary. This reduces the places to change when we upgrade the gcc version. It also fixed the bug that the mips toolchain was always exported regardless of the target arch. Change-Id: Iee3b895b4c4e0df8971c27c01b9ecbd591848b12
* Switch x86 default compiler to multilib versionPavel Chupin2013-08-261-2/+2
| | | | | | | | | | | Switch from gcc-4.7 32-bit only to gcc-4.7 multilib (32/x32/64) compiler. Tested x86 image build on Linux and Darwin. This bionic patch is required: https://android-review.googlesource.com/#/c/64183 Change-Id: Ifc2c6c5d6a4a1b71a00a87af072bb7f67b1c284d Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
* Stash TARGET_CPU_VARIANT and print it in dumpvar.Ben Cheng2013-01-161-0/+1
| | | | | Bug:7961327 Change-Id: I8a3637a87b5a0f791568fe74e44a4a173541deb7
* [ARM] Extend the usage of TARGET_GCC_VERSION for gdb and arm-eabi-*.Ben Cheng2012-11-161-0/+4
| | | | | | | In the future to upgrade the gcc version we just need to edit one line in core/config.mk. Change-Id: I01bb38c38f2388913bb7369aa4b2da480411dfbe
* Add TARGET_GCC_VERSIONAndrew Hsieh2012-10-231-6/+6
| | | | | | | Default to 4.6, but can overwritten to something else in prebuilts/gcc/$os/$arch/$arch-linux-android*-$ver Change-Id: I16f99d642b8ff8e831d392261a0c536041107051
* MIPS support to *.mk files and envsetup.shRaghu Gandham2012-08-101-0/+7
| | | | | | Change-Id: Iba4d046e3202524b29cfe32980927f8cc0aa8496 Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Raghu Gandham <raghu@mips.com>
* x86: cleanups for toolchainBruce Beare2012-07-171-7/+10
| | | | | | | | | The 4.4.3 TC was still being specified in one spot. Also, no need to cross-set x86/ARM variables when buliding for ARM/x86. Change-Id: Icbb0f772a983a24dc10ccab0800d4b7bbd60a099 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* resolved conflicts for merge of 62855a83 to jb-dev-plus-aospJean-Baptiste Queru2012-05-161-2/+2
|\ | | | | | | Change-Id: Ic424ff756396463b98d137f8353d4a230e806a07
| * Switch to new locations of toolchainsJean-Baptiste Queru2012-04-201-2/+3
| | | | | | | | Change-Id: I15a8be11b3d0f1985ffd97dd51a1af18e1ce7b67
* | Switch default gcc toolchain from 4.4.3 to 4.6.Jing Yu2012-03-291-3/+4
| | | | | | | | | | | | Switch both arm-linux-androideabi toolchainand arm-eabi toolchain. Change-Id: I7b2771fe684853ab37e3b5b7cfe4146f9f901e02
* | am e50d91f9: am d93d4601: am 45873583: Merge "Add extra environment info to ↵Jean-Baptiste Queru2012-02-131-0/+2
|\ \ | |/ | | | | | | | | | | build output" * commit 'e50d91f9dac20546152b575cdab7781b646ee2ed': Add extra environment info to build output
| * Add extra environment info to build outputConley Owens2012-02-071-0/+2
| | | | | | | | | | | | | | | | | | This should help us support users with build issues. Given that they inculde the dumpvars in their error report, we will be able to avoid asking standard questions like "what version of Ubuntu are you using?" Change-Id: Ib7c452d805d5e64075a44dc40e41d4605cc1ef4a
* | Revert "Point arm toolchain to the new gcc-4.6 one."Jean-Baptiste Queru2012-01-111-3/+2
| | | | | | | | This reverts commit 1f87795eef3ab5f63675dc6e01f304d1a6e46d2a.
* | Reference x86 toolchain in its new locationJean-Baptiste Queru2012-01-091-2/+2
| | | | | | | | Change-Id: I990b03107d1596a87a8d4cea6973735c60db4c64
* | Point arm toolchain to the new gcc-4.6 one.Jing Yu2012-01-061-2/+3
| | | | | | | | | | | | | | | | | | | | Tested build mysid-eng, sojus-eng, trygon-eng, yakju-eng. Change-Id: I742cf9fcf2407b9098c99136d67161ecf062ac01 Conflicts: core/combo/TARGET_linux-arm.mk
* | am 0cd997ff: am 8af0efd6: Improve handling of absolute paths in out directoryJean-Baptiste Queru2011-12-061-1/+5
|\ \ | |/ | | | | | | * commit '0cd997ff31852af80eab4f3d0c2db8d1a1328085': Improve handling of absolute paths in out directory
| * Improve handling of absolute paths in out directoryJean-Baptiste Queru2011-12-061-1/+5
| | | | | | | | Change-Id: If6b320e274fb1cee33808424246ce2c88b9b7ef5
* | am 78b68045: am ffe03c98: Set OUT_DIR based on a common base pathJean-Baptiste Queru2011-12-061-0/+5
|\ \ | |/ | | | | | | * commit '78b680458b3ba53fb2f88a603e371c002eb8944b': Set OUT_DIR based on a common base path
| * Set OUT_DIR based on a common base pathJean-Baptiste Queru2011-12-061-0/+5
| | | | | | | | | | | | Change-Id: I2c4ba8b101d4d186ed4b371b9d07b3bcf75bbcc9 Author: Jean-Baptiste Queru<jbq@google.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* | make gdbclient work on x86Nick Kralevich2011-11-111-1/+7
|/ | | | Change-Id: I2fd4fc2b89db13a8db1b177afdab593772cb12f8
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-9/+4
| | | | | | Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
* resolved conflicts for merge of 8508a073 to honeycomb-plus-aospRaphael2011-06-221-2/+5
|\ | | | | | | Change-Id: I376928881adb0e9fd62fabc1e21542bf0d700ca2
| * Lunch: don't use a toolchain that doesn't exist.Raphael Moll2011-06-211-2/+5
| | | | | | | | | | | | | | | | | | "lunch sdk-eng" on cygwin tries to use a gcc.exe from the prebuild arm toolchain, but it doesn't exist. This prevents from setting variables to point on a gcc toolchain if there is none for the given arch. Change-Id: I3b72220663687f9fdaacc050899aef00632f2c3c
* | am f41934fc: am 26d8c589: Merge "Display the TARGET_ARCH_VARIANT"Jean-Baptiste Queru2010-11-191-0/+1
|\ \ | |/ | | | | | | * commit 'f41934fcd42c56a02742014e8e24520a85166117': Display the TARGET_ARCH_VARIANT
| * am 26d8c589: Merge "Display the TARGET_ARCH_VARIANT"Jean-Baptiste Queru2010-11-191-0/+1
| |\ | | | | | | | | | | | | * commit '26d8c5896e937ed677007c23d46d6759845fe91f': Display the TARGET_ARCH_VARIANT
| | * Display the TARGET_ARCH_VARIANTBruce Beare2010-10-141-0/+1
| | | | | | | | | | | | Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* | | Make arm-linux-androideabi toolchain the default for Android build.Jing Yu2010-07-291-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | androideabi target is already in upstream GCC. The arm-linux- androideabi toolchain can be built directly from upstream GCC. Switching from old special tailored arm-eabi toolchain to the new arm-linux-androideabi toolchain make us closer to the opensource community and friendly to all toolchain developers. kernel still uses arm-eabi toolchain. So we add arm-eabi toolchain path to PATH. The arm-linux-androideabi-4.4.x toolchain is built with the same source as the latest arm-eabi-4.4.3 toolchain except for the target change patches. Change-Id: I1e5f2fe2faeee08f913f37e0ba93e84d2654a8ff
* | merge from open-source masterThe Android Open Source Project2010-07-121-1/+1
|/ | | | Change-Id: Iad583004b67ce1ef0651e81b57c2c95632da9845
* Allow TARGET_ARCH to be set from BoardConfig.mkBruce Beare2010-07-121-0/+77
Change-Id: I66aed78b763d238719822257c1f4f35301247df6 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>