summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add 32 / 64 bit abi lists to system properties.Narayan Kamath2014-04-081-0/+2
| | | | | | | | | | | | | | | | | | | Introduce ro.product.cpu.abilist32 / abilist64, which are comma separated lists of the 32 and 64 bit ABIs that the device supports. These properties are used by the zygote and system server to determine what ABI an app should be started with. This changes move abilist related make steps out of envsetup.mk and into config.mk because they depend on variables set by core/combo/***. Additionally, config.mk performs a few additional cleanups of these variables (like stripping them) after the inclusion of envsetup.mk so this seems like a better place to put them. bug: 13647418 Change-Id: I3db39bdd761220c5b4966f651892fb592396f9a1
* Extend the CPU ABI specification mechanism.Narayan Kamath2014-03-281-0/+7
| | | | | | | | | | | | | | | | Add a (read only) system property that is a comma separated list of ABIs supported by the device in order of preference. For example, typical arm-v8 device might define: ro.cpu.abilist = arm64-v8a,armeabi-v7a,armeabi For most purposes, a single flattened list like the above is probably more useful than the parallel system of variables TARGET_CPU_ABI{2} / TARGET_2ND_ARCH_CPU_ABI{2} that we use in the build system. Change-Id: If9102669ad9f5f8fd89a8bcc5bf88cca1acadc3c
* Docs: replacing analytics ID from D.A.C.Clay Murphy2014-03-054-19/+29
| | | | | | Bug: 11476435 Change-Id: I834646e6a618709fe21afa5958bd28f822991e29
* Refactor a little bit and do the validation on also default.prop.Ying Wang2014-02-121-31/+47
| | | | Change-Id: I76c2344d9033eadede7048689a879c9a69a05b7f
* A build property's value is returned empty in runtime when its lengthYu Liu2014-02-111-1/+32
| | | | | | | | | | | exceeds 92 symbols (91 valid symbols + \0). It is better to catch that issue on earlier stage, i.e. fail the build with an appropriate message. For developer's build, show warning message instead of failing the build (in the latter case, as developers do not usually care about build properties too much). Change-Id: I03ced7b486d43a71b1921e0a9c48b43aa30727c7
* ota_from_target_files: Add an option to not sign OTA packagesTakeshi Kanemoto2014-01-271-5/+13
| | | | | | | | | | | | | | | Sometimes it is useful to be able to tell ota_from_target_files to not sign the output zip file. For instance, the private release key may not be available when ota_from_target_files is executed; similarly the release tools may not be available or executable where the private key is stored. This change adds an option, '--no_signing', to simply output the unsigned OTA zip file, instead of spuriously signing it with the test key even though the zip file would need to be re-signed later with a different key. Change-Id: I1f3c4dc8ffa35ce85478f848b147aff3d40fe283
* Merge "Fix regex for finding symbol data."Christopher Ferris2013-12-121-2/+2
|\
| * Fix regex for finding symbol data.Christopher Ferris2013-12-121-2/+2
| | | | | | | | | | | | | | | | The new output of debuggerd removed a space between the #00 and the rest of the line. The regex is very restrictive, so fixing it to handle the new output. Change-Id: I5259ae1e56a351608b330dfd858a2021e6d89358
* | sign_target_files_apks: rewrite build.prop correctly in eng buildsAndrew Boie2013-12-111-2/+3
|/ | | | | | | | | In eng builds, ro.display.id has many space separated items and was resulting in an error when trying to rewrite it as 'value' gets turned into a list and never converted back to a string. Change-Id: I6c8633ed2eb52c56a4097992a32d53d80df4f844 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
* am 9526eefb: am 4e5b39d8: style adjustment to design/dev/video buttonsScott Main2013-11-131-4/+5
|\ | | | | | | | | * commit '9526eefbf30da333c003d7278d2977e70304a180': style adjustment to design/dev/video buttons
| * am 4e5b39d8: style adjustment to design/dev/video buttonsScott Main2013-11-141-4/+5
| |\ | | | | | | | | | | | | * commit '4e5b39d843548acaac73d1d1f729324805eda0a8': style adjustment to design/dev/video buttons
| | * style adjustment to design/dev/video buttonsScott Main2013-11-131-4/+5
| | | | | | | | | | | | Change-Id: I97a147336805aeb340efcd12009794b02afab681
* | | am dcc645eb: am dd00a967: Merge "Revert the revert. (its time to sign MR1)" ↵Baligh Uddin2013-11-123-17/+53
|\ \ \ | |/ / | | | | | | | | | | | | | | | into klp-dev * commit 'dcc645ebb1a87982d2a067b8584ff167ae2c5287': Revert the revert. (its time to sign MR1)
| * | am dd00a967: Merge "Revert the revert. (its time to sign MR1)" into klp-devBaligh Uddin2013-11-123-17/+53
| |\ \ | | | | | | | | | | | | | | | | * commit 'dd00a9677b21d2dbdef6b085570e1358f172de80': Revert the revert. (its time to sign MR1)
| | * \ Merge "Revert the revert. (its time to sign MR1)" into klp-devBaligh Uddin2013-11-133-17/+53
| | |\ \
| | | * | Revert the revert. (its time to sign MR1)Baligh Uddin2013-11-133-17/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Waiting till post MR0 - this impacts signing tools for MR0." This reverts commit a7b5c4a7dc77a0896d6314828b9ce85f82d103e8. Bug: 11334314 Change-Id: I89f8996161e4258b80bf2d0bc7817f0e8e32df13
* | | | | am 680821ed: am 13cd8f15: add style for video button in docsScott Main2013-11-125-0/+25
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '680821ed27a2a2dfce7298434307065aa5ed56aa': add style for video button in docs
| * | | | am 13cd8f15: add style for video button in docsScott Main2013-11-125-0/+25
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | * commit '13cd8f15476ec66145b3685ca5ce181491fe28c0': add style for video button in docs
| | * | | add style for video button in docsScott Main2013-11-125-0/+25
| | | | | | | | | | | | | | | | | | | | Change-Id: I2f2dcf80aef9c55ad6a11f13549b8dd8709cbc84
* | | | | am faff9f52: am 641c2c2f: clarify the hidden APIs in reference with better ↵Scott Main2013-11-122-3/+5
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | tooltips * commit 'faff9f52c1882d4a2eadce90bf90b0fbd7082632': clarify the hidden APIs in reference with better tooltips
| * | | | am 641c2c2f: clarify the hidden APIs in reference with better tooltipsScott Main2013-11-122-3/+5
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | * commit '641c2c2fdaf68fa48b044177fef7c890a42c8a11': clarify the hidden APIs in reference with better tooltips
| | * | clarify the hidden APIs in reference with better tooltipsScott Main2013-10-312-3/+5
| | | | | | | | | | | | | | | | Change-Id: Iaa843b4a0462195084fb7a35e826eeec92d50c64
| | * | script to handle new static landing pages for sample topicsScott Main2013-10-311-6/+24
| | | | | | | | | | | | | | | | Change-Id: If90531da327e2d664ca7856af6a9737ea1879eaa (cherry picked from commit 241dbd1565b3693bfc2cc9ee3e9e50bcd2f8a7f0)
| | * | remove the dummy sidenav from samples before populating the real list.Scott Main2013-10-302-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make the line numbers hidden before they get moved to avoid some jankyness during load. Change-Id: I11c3df6d6c7a9a2e74be938b0f0ec704e71eb8d4 (cherry picked from commit 36ea7a3d74c68d62a5d081401b887e848370f6d8)
| | * | make expandable lists under each sample sticky so they don't collapseScott Main2013-10-302-9/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when opening other project directories. change code comment color from red to green, and strings from green to red. Make sidenav file names smaller. Change-Id: Idd074c7beba48f79c8c551d319c36fb5ecbbcb5f
* | | | am 37335b42: Enable incremental builder to find files that moved, and try to ↵Michael Runge2013-11-072-5/+59
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | process them via patch + rename, instead of delete + add. * commit '37335b42385970d957d48056145a3d4c4dbc6087': Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add.
| * | | Enable incremental builder to find files that moved, andMichael Runge2013-11-072-5/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | try to process them via patch + rename, instead of delete + add. b/11437930 Change-Id: Ie70632a2fa0a13d4bb259f61c620bb01812494e5
* | | | am 241dbd15: script to handle new static landing pages for sample topicsScott Main2013-10-311-6/+24
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '241dbd1565b3693bfc2cc9ee3e9e50bcd2f8a7f0': script to handle new static landing pages for sample topics
| * | | script to handle new static landing pages for sample topicsScott Main2013-10-311-6/+24
| | | | | | | | | | | | | | | | Change-Id: If90531da327e2d664ca7856af6a9737ea1879eaa
* | | | am 36ea7a3d: remove the dummy sidenav from samples before populating the ↵Scott Main2013-10-302-0/+9
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | real list. Also make the line numbers hidden before they get moved to avoid some jankyness during load. * commit '36ea7a3d74c68d62a5d081401b887e848370f6d8': remove the dummy sidenav from samples before populating the real list. Also make the line numbers hidden before they get moved to avoid some jankyness during load.
| * | | remove the dummy sidenav from samples before populating the real list.Scott Main2013-10-302-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make the line numbers hidden before they get moved to avoid some jankyness during load. Change-Id: I11c3df6d6c7a9a2e74be938b0f0ec704e71eb8d4
* | | | am e9fbac49: make expandable lists under each sample sticky so they don\'t ↵Scott Main2013-10-302-9/+23
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | collapse when opening other project directories. * commit 'e9fbac49bba45008d8741f3f93b47e866093e238': make expandable lists under each sample sticky so they don't collapse when opening other project directories.
| * | | make expandable lists under each sample sticky so they don't collapseScott Main2013-10-302-9/+23
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | when opening other project directories. change code comment color from red to green, and strings from green to red. Make sidenav file names smaller. Change-Id: Idd074c7beba48f79c8c551d319c36fb5ecbbcb5f
* | | am 3c0c1274: Merge "Add n5 landscape-13 device video frame and css." into ↵Dirk Dougherty2013-10-292-0/+20
|\ \ \ | |/ / | | | | | | | | | | | | | | | klp-dev * commit '3c0c127468bb29ceabb4651273efc386aca1ac85': Add n5 landscape-13 device video frame and css.
| * | Merge "Add n5 landscape-13 device video frame and css." into klp-devDirk Dougherty2013-10-302-0/+20
| |\ \
| | * | Add n5 landscape-13 device video frame and css.Dirk Dougherty2013-10-292-0/+20
| | | | | | | | | | | | | | | | Change-Id: I3b18782680e74bd8d4022e6701bfd61887101cf1
* | | | am 57ab9435: Merge "Adjust samples output pages." into klp-devDirk Dougherty2013-10-292-23/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '57ab94354c02b06f548293e22bd7186da11f07a2': Adjust samples output pages.
| * | | Merge "Adjust samples output pages." into klp-devDirk Dougherty2013-10-292-23/+4
| |\ \ \ | | |/ / | |/| |
| | * | Adjust samples output pages.Dirk Dougherty2013-10-292-23/+4
| | | | | | | | | | | | | | | | Change-Id: I78a523f218f8733d4a3428e1d54c3c5c471cfa17
* | | | am 1a00f7fe: fix \'next\' links to disable them when at the end of a list. ↵Scott Main2013-10-291-6/+12
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Also remove the "next class" link at the end of training. * commit '1a00f7fecd240871caa219bb45460b43c652c604': fix 'next' links to disable them when at the end of a list. Also remove the "next class" link at the end of training.
| * | | fix 'next' links to disable them when at the end of a list.Scott Main2013-10-291-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | Also remove the "next class" link at the end of training. Change-Id: I1d81919a0498d57b451741a7a0c12f011921f2cb
* | | | am db932024: Merge "Doc change: css for n5 device video frame." into klp-devDirk Dougherty2013-10-262-0/+13
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'db932024363c1a8d867dd7b5eb6eca0c185d325e': Doc change: css for n5 device video frame.
| * | | Merge "Doc change: css for n5 device video frame." into klp-devDirk Dougherty2013-10-272-0/+13
| |\ \ \ | | |_|/ | |/| |
| | * | Doc change: css for n5 device video frame.Dirk Dougherty2013-10-262-0/+13
| | |/ | | | | | | | | | Change-Id: I283c5c7cb3bb84c494b493b333e47f69b2595501
* | | am a7b5c4a7: Waiting till post MR0 - this impacts signing tools for MR0.Baligh Uddin2013-10-233-53/+17
|\ \ \ | |/ / | | | | | | | | | * commit 'a7b5c4a7dc77a0896d6314828b9ce85f82d103e8': Waiting till post MR0 - this impacts signing tools for MR0.
| * | Waiting till post MR0 - this impacts signing tools for MR0.Baligh Uddin2013-10-233-53/+17
| |/ | | | | | | | | | | | | | | Revert "Modify release tools to replace certs in MMAC files." This reverts commit a6e0466ab5771ab1b9f806b9411015b5ff9852f6. Change-Id: Ib7819185bad119013f307ce4301d5f02190e14ed
| * Modify release tools to replace certs in MMAC files.Robert Craig2013-10-223-17/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | Added support to perform a string replace of specified dev keys with release keys when using the release tool scripts. Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil> (cherry picked from commit 817c574d753191c52acd5787da02bb853d4ac090) Change-Id: I51be8d62945436d3f374f51867295c5b792d4b53 Bug: 11334314
* | am 2b205a58: am 919edbe7: am 1c094509: am 6c030b73: fix javadoc sidenav so ↵Scott Main2013-10-161-1/+0
|\ \ | |/ | | | | | | | | | | it does not cutoff overflowing link names * commit '2b205a5814c39d7b6e7c6646e3ec9da4dad6dcb8': fix javadoc sidenav so it does not cutoff overflowing link names
| * am 919edbe7: am 1c094509: am 6c030b73: fix javadoc sidenav so it does not ↵Scott Main2013-10-161-1/+0
| |\ | | | | | | | | | | | | | | | | | | cutoff overflowing link names * commit '919edbe7761767c1ed3e3bb3715aa495908601c7': fix javadoc sidenav so it does not cutoff overflowing link names
| | * fix javadoc sidenav so it does not cutoff overflowing link namesScott Main2013-10-161-1/+0
| | | | | | | | | | | | Change-Id: I48f3a7cf4715061702c0a0c7537fa1b09734c62a