summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add generic aarch64 board config and build rules.Ben Cheng2013-10-071-0/+2
| | | | | | | | | | | | | | | | Change-Id: I8b4a377596705dfa0a3bd234162d183ec2ae9530
* | | | am ab7b53b8: am 5d92a933: Merge "x86_64: Adding new target"Ying Wang2013-10-021-0/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'ab7b53b8e09e3d346384a5257e8f7a440a53dfc0': x86_64: Adding new target
| * | | x86_64: Adding new targetPavel Chupin2013-10-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add x86_64 Android builds. Compiler is expected to be able to understand -m64 code generation option. Change-Id: I99e7337c5a5766afc5e528a481bd21631ff44dd5 Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
* | | | am fad629f4: am 7f2ad751: Merge "Switch x86 default compiler to multilib ↵Ying Wang2013-09-141-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | version" * commit 'fad629f4dd07720b427c6a219ad93886e23ca277': Switch x86 default compiler to multilib version
| * | | Merge "Switch x86 default compiler to multilib version"Ying Wang2013-09-141-2/+2
| |\ \ \
| | * | | 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>
* | | | | am 169395bf: am 0407e1a8: Merge "Rename bin/clang to bin/analyzer"Andrew Hsieh2013-09-131-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '169395bf1a7378db1ffbb50f3c6461d9dab17596': Rename bin/clang to bin/analyzer
| * | | | Rename bin/clang to bin/analyzerAndrew Hsieh2013-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie77018e4943823f7d0f18e9249f973a98ee3652a
* | | | | resolved conflicts for merge of 2b5d2c55 to klp-dev-plus-aospAndrew Hsieh2013-09-101-12/+31
|\ \ \ \ \ | |/ / / / | | | | | | | | | | Change-Id: Icd9d5eff3f9acba042c100f694309f902c9d56cf
| * | | | Add "WITH_STATIC_ANALYZER=1 m/mm/mmm/mma/mmma ..."Andrew Hsieh2013-09-101-12/+31
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new option WITH_STATIC_ANALYZER=1 instructs build system to run static analyzer via "clang --analyze" on a successful build. If analyzer finds any issue, instruction to open report is displayed. See http://clang-analyzer.llvm.org/scan-build.html for details. WITH_STATIC_ANALYZER trumps WITH_SYNTAX_CHECK if both exist. Project use lots of GCC extensions (eg. nested function) not supported by clang may opt out by adding LOCAL_NO_STATIC_ANALYZER:=true Change-Id: I9970560560bd52ce5f0fd7129c3488629627c735
* | | | am 5a4cc0da: Merge "fix uses of grep in envsetup.h" into klp-devMathias Agopian2013-08-271-3/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * commit '5a4cc0da02e2e2bfde7b07b612d57eecd8ade64e': fix uses of grep in envsetup.h
| * | | fix uses of grep in envsetup.hMathias Agopian2013-08-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | make sure we don't use a grep alias if one exists. Change-Id: Id8e394f5889d9a5f1d320ecb289c974da8f14207
* | | | am 91efe6bb: Merge "Enhance \'stacks\' script to handle native processes." ↵Jeff Brown2013-08-201-20/+34
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | into klp-dev * commit '91efe6bbb7bd05038b7ec4e713b70582b7dd53a2': Enhance 'stacks' script to handle native processes.
| * | | Enhance 'stacks' script to handle native processes.Jeff Brown2013-08-191-20/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically detects whether the process is native or managed and dumps the stacks accordingly. Change-Id: Ifba65279f1d1b9714b66aa6990bab05575871d28
* | | | am a7deb085: Add phony goal GET-INSTALL-PATHYing Wang2013-08-161-17/+30
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'a7deb0857c4fc0799cd1ebb82ff79dcbe2745ec0': Add phony goal GET-INSTALL-PATH
| * | | Add phony goal GET-INSTALL-PATHYing Wang2013-08-161-17/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It can be used as a goal of mm/mmm. It prints out modules' install paths, which can be used by the runtest utility. Change-Id: If113e4c990b672acbacf723104583c0157d43c3b
* | | | am a4ad06ac: am 750e0c08: Merge "Prepare upcoming GCC 4.8 release."Ying Wang2013-08-131-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ / | | | * commit 'a4ad06ac1db1dfc041fe386b76b22233fdc54341': Prepare upcoming GCC 4.8 release.
| * | Prepare upcoming GCC 4.8 release.Ben Cheng2013-08-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | o Add -Wno-unused-parameter -Wno-unused-but-set-parameter to suppress new warnings. o Define GCC_COLORS to enable colorful diagnostic messages. Change-Id: Icbd62300b0e6f39d4e514edec2431a06b4d72421 (cherry picked from internal commit ccd8e6082b5b1e519a75068fa6c887a1a85b53c4)
* | | Add --exact flag to `pid` tool; new `qpid` tool.Daniel Sandler2013-07-311-7/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new --exact flag for pid does an exact match on the process name, rather than grepping anywhere in the ps output, which helps target a specific process if its name is a substring of another process name. (Nothing else about pid's output, including inclusion of the ps header if it matches, is affected.) qpid ("quick pid" or "quiet pid") lists all processes in the following simplified format: <pid> <procname> It also helpfully strips off the header line from ps. With an argument, qpid will search for processes or pids matching the argument. With --exact it matches process names exactly (as does pid, above). Change-Id: I28a201df40281a66cb1a2918b7ee3a0b2d7b6ffd
* | | am 6f9c87ed: am 45339b01: Merge "Use consistent search depth."Ying Wang2013-07-251-1/+2
|\ \ \ | |/ / | | | | | | | | | * commit '6f9c87ede60c52a42b107fa5fb06e0f2f654ca9f': Use consistent search depth.
| * | Merge "Use consistent search depth."Ying Wang2013-07-251-1/+2
| |\ \
| | * | Use consistent search depth.Guilhem IMBERTON2013-07-231-1/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AndroidProducts.mk allows for a maxdepth of 4 in device and vendor while vendorsetup.sh and BoardConfig.mk only allow for smaller depth. Make search depth consistent for these files. Change-Id: I406770c1423d4f27fe097956a7c705a0da937e35 Signed-off-by: Beare, Bruce J <bruce.j.beare@intel.com> Signed-off-by: Laurent Fert <laurent.fert@intel.com> Signed-off-by: Guilhem Imberton <guilhem.imberton@intel.com> Author: Laurent Fert <laurent.fert@intel.com>
* | | Source $ANDROID_BUILD_TOP/development/scripts/gdb/dalvik.gdbBen Cheng2013-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | Example for future gdb scripts: A handy command "dbt" is added to unwind the Dalvik stack. Change-Id: I564ec865c30453879439203d9d15623d5f1ec235
* | | Add missing adbOptions in runhat.Christopher Ferris2013-05-201-1/+1
|/ / | | | | | | | | | | | | One of the adb commands in runhat was not using the adbOptions and would fail if specifying a single serial device with multiple connected devices. Change-Id: I804a6fccc51090cdc78dc2af76bbc0a24d843e3d
* | am 1d0608f9: Merge "sepgrep -- function to grep SELinux policy files."Jeff Sharkey2013-05-081-0/+5
|\ \ | |/ | | | | | | * commit '1d0608f9c5d04ee0cd106e3bd80c41be7444046f': sepgrep -- function to grep SELinux policy files.
| * sepgrep -- function to grep SELinux policy files.Alex Klyubin2013-05-071-0/+5
| | | | | | | | Change-Id: Ib86a124296ecbc2b2ce9a0323c40c85ceb6cd466
* | am a1fd8e44: Merge "Augment ANDROID_DEV_SCRIPTS with prebuilts/devtools/tools"Ying Wang2013-03-291-1/+1
|\ \ | |/ | | | | | | * commit 'a1fd8e44b71a83f2733258b020c4057af3c4046a': Augment ANDROID_DEV_SCRIPTS with prebuilts/devtools/tools
| * Augment ANDROID_DEV_SCRIPTS with prebuilts/devtools/toolsYing Wang2013-03-291-1/+1
| | | | | | | | Change-Id: Ia3647674f294c42e9fbe2163bf0d70012313bb15
* | Rename AOSP builds to aosp_*Jean-Baptiste Queru2013-03-261-5/+5
| | | | | | | | Change-Id: If609f66904ac560bc7a6e9ff9a43c2e039525687
* | am 4f499fba: am c36f41fd: Merge "Support gdb wrappers"Ying Wang2013-03-111-1/+6
|\ \ | |/ | | | | | | * commit '4f499fba73dd7bc04248f310df9b8b90f93d5de8': Support gdb wrappers
| * Merge "Support gdb wrappers"Ying Wang2013-03-111-1/+6
| |\
| | * Support gdb wrappersJohn Michelau2013-03-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gdbwrapper() for launching gdb. This can be redefined to launch one of the many gdb wrappers instead. Example: function gdbwrapper() { ddd --debugger $ANDROID_TOOLCHAIN/$GDB -x "$@" } Change-Id: I3cce8a2ca1bae6d531e2388a93cb52075b21a42c
| * | Function to grep AndroidManifest.xml files.Jeff Sharkey2013-03-081-0/+5
| | | | | | | | | | | | | | | | | | (cherry picked from commit 50b61e9e66bad2f8addc425271b41e74babf3a34) Change-Id: I1998a9d6a05176fc7fc8643c5d1c40e2dd699d4e
| * | Utility to dump stacks from arbitrary processes.Jeff Sharkey2013-03-081-1/+34
| |/ | | | | | | | | | | | | | | | | Saves any existing traces, dumps stacks from the target process, then restores the original traces. (cherry picked from commit f582437162ff483b342ad9d02cb0af948a734c5a) Change-Id: I2513f0de0d90cccd56c4949ca7d218e430439c00
* | Fixed whitespace and env pollution issues in pezMichael Wright2013-03-081-9/+9
| | | | | | | | Change-Id: I40574d6cdab31e920535c09d24fe8463aee57586
* | pez: colored SUCCESS/FAILURE indicatorAlex Ray2013-03-081-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | pez is a new bash function that can be prepended to existing functions or commands to clearly show a colored exit status. Example: $ pez mmm frameworks/base/etc will print all the usual output, and at the end either a green "SUCCESS" line or a red "FAILURE" line. Change-Id: I7e369b0280d6ece16fb0be1895278c26922491fe
* | Function to grep AndroidManifest.xml files.Jeff Sharkey2013-03-081-0/+5
| | | | | | | | Change-Id: I1998a9d6a05176fc7fc8643c5d1c40e2dd699d4e
* | Utility to dump stacks from arbitrary processes.Jeff Sharkey2013-02-191-1/+34
| | | | | | | | | | | | | | Saves any existing traces, dumps stacks from the target process, then restores the original traces. Change-Id: I2513f0de0d90cccd56c4949ca7d218e430439c00
* | mma and mmmaYing Wang2013-02-081-2/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | augmented mm/mmm: Their usages are the same as mm/mmm. They build not only all modules in given path(s), but also their dependencies. With them, to run mm/mmm you don't need to run a full build first now: Just run mma/mmma first. Note that mma/mmma need to load all the makefiles in the source tree so they are much slower than mm/mmm. You should run mma/mmma the first time, and then mm/mmm for incremental build. Bug: 8163814 Change-Id: I554a97c0a23343b65c50870406225eb0064e0651
* | Add -f option to make for m, mm and mmmJoe Onorato2013-02-051-3/+3
| | | | | | | | | | | | | | It lets these shell functions work even if you have some other makefile at the root of your tree. Change-Id: Ic84688abd89cc70c062e156f1397296837fb137e
* | Resurrect generic_armv5Ying Wang2013-01-311-3/+4
| | | | | | | | | | | | | | | | But only for unbundled build. Add it to tapas arch options. Bug: 8108463 Change-Id: I53cd63c6ab2113fee3992650b561658231ea9921
* | am 0adc185a: am 9eedd3ab: Merge "Use "\cd" to disable alias temporarily."Ying Wang2012-12-131-23/+14
|\ \ | |/ | | | | | | * commit '0adc185a8cf117c5c7edda7cf5a8257343948342': Use "\cd" to disable alias temporarily.
| * am 9eedd3ab: Merge "Use "\cd" to disable alias temporarily."Ying Wang2012-12-131-23/+14
| |\ | | | | | | | | | | | | * commit '9eedd3abed1d38ac5639a1f47ee80a7dbd0fb207': Use "\cd" to disable alias temporarily.
| | * Use "\cd" to disable alias temporarily.Ying Wang2012-12-131-23/+14
| | | | | | | | | | | | | | | | | | http://code.google.com/p/android/issues/detail?id=41372 Change-Id: I78e468cb5d57e51774d2e42376ef1f4b52096d33
| | * Refresh ARM toolchain to GCC 4.7 / binutils 2.22.Ben Cheng2012-12-111-1/+1
| | | | | | | | | | | | Change-Id: Id3689376ae4c4fc183569955b2ee98df5c069510
* | | am b3a68f6e: am 62f1d86e: Merge "Define TARGET_GCC_VERSION in target ↵Ben Cheng2012-12-111-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | specific make files." * commit 'b3a68f6e002cdbc946d08a76656067d63542a98a': Define TARGET_GCC_VERSION in target specific make files.
| * | am 62f1d86e: Merge "Define TARGET_GCC_VERSION in target specific make files."Ben Cheng2012-12-111-2/+2
| |\ \ | | |/ | | | | | | | | | * commit '62f1d86e4850bdc4f470cf1f0c2428f5b427a347': Define TARGET_GCC_VERSION in target specific make files.
| | * Define TARGET_GCC_VERSION in target specific make files.Ben Cheng2012-12-111-2/+2
| | | | | | | | | | | | | | | | | | So that GCC refresh can be performed in a target specific way. Change-Id: I867e8b8fd671bef8c5af300e657a6da4fface032
* | | am 297e28a9: am a7b85086: Merge "Export TARGET_GCC_VERSION as an env variable."Ben Cheng2012-12-101-0/+1
|\ \ \ | |/ / | | | | | | | | | * commit '297e28a9a713346dfb5d91630c96d365a6e69750': Export TARGET_GCC_VERSION as an env variable.
| * | am a7b85086: Merge "Export TARGET_GCC_VERSION as an env variable."Ben Cheng2012-12-101-0/+1
| |\ \ | | |/ | | | | | | | | | * commit 'a7b850864c54bb6f223d4b186c5937fd20aa68d8': Export TARGET_GCC_VERSION as an env variable.