| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Bug: 11476435
Change-Id: I834646e6a618709fe21afa5958bd28f822991e29
|
|
|
|
| |
Change-Id: I76c2344d9033eadede7048689a879c9a69a05b7f
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| |
| |
| | |
* commit '9526eefbf30da333c003d7278d2977e70304a180':
style adjustment to design/dev/video buttons
|
| |\
| | |
| | |
| | |
| | | |
* commit '4e5b39d843548acaac73d1d1f729324805eda0a8':
style adjustment to design/dev/video buttons
|
| | |
| | |
| | |
| | | |
Change-Id: I97a147336805aeb340efcd12009794b02afab681
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
into klp-dev
* commit 'dcc645ebb1a87982d2a067b8584ff167ae2c5287':
Revert the revert. (its time to sign MR1)
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* commit 'dd00a9677b21d2dbdef6b085570e1358f172de80':
Revert the revert. (its time to sign MR1)
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Revert "Waiting till post MR0 - this impacts signing tools for MR0."
This reverts commit a7b5c4a7dc77a0896d6314828b9ce85f82d103e8.
Bug: 11334314
Change-Id: I89f8996161e4258b80bf2d0bc7817f0e8e32df13
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '680821ed27a2a2dfce7298434307065aa5ed56aa':
add style for video button in docs
|
| |\ \ \ \
| | | |_|/
| | |/| |
| | | | |
| | | | | |
* commit '13cd8f15476ec66145b3685ca5ce181491fe28c0':
add style for video button in docs
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I2f2dcf80aef9c55ad6a11f13549b8dd8709cbc84
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
tooltips
* commit 'faff9f52c1882d4a2eadce90bf90b0fbd7082632':
clarify the hidden APIs in reference with better tooltips
|
| |\ \ \ \
| | |/ / /
| | | / /
| | |/ /
| |/| | |
* commit '641c2c2fdaf68fa48b044177fef7c890a42c8a11':
clarify the hidden APIs in reference with better tooltips
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Iaa843b4a0462195084fb7a35e826eeec92d50c64
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: If90531da327e2d664ca7856af6a9737ea1879eaa
(cherry picked from commit 241dbd1565b3693bfc2cc9ee3e9e50bcd2f8a7f0)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also make the line numbers hidden before they get moved to avoid
some jankyness during load.
Change-Id: I11c3df6d6c7a9a2e74be938b0f0ec704e71eb8d4
(cherry picked from commit 36ea7a3d74c68d62a5d081401b887e848370f6d8)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
try to process them via patch + rename, instead of
delete + add.
b/11437930
Change-Id: Ie70632a2fa0a13d4bb259f61c620bb01812494e5
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '241dbd1565b3693bfc2cc9ee3e9e50bcd2f8a7f0':
script to handle new static landing pages for sample topics
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: If90531da327e2d664ca7856af6a9737ea1879eaa
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also make the line numbers hidden before they get moved to avoid
some jankyness during load.
Change-Id: I11c3df6d6c7a9a2e74be938b0f0ec704e71eb8d4
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
klp-dev
* commit '3c0c127468bb29ceabb4651273efc386aca1ac85':
Add n5 landscape-13 device video frame and css.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I3b18782680e74bd8d4022e6701bfd61887101cf1
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '57ab94354c02b06f548293e22bd7186da11f07a2':
Adjust samples output pages.
|
| |\ \ \
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I78a523f218f8733d4a3428e1d54c3c5c471cfa17
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also remove the "next class" link at the end of training.
Change-Id: I1d81919a0498d57b451741a7a0c12f011921f2cb
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit 'db932024363c1a8d867dd7b5eb6eca0c185d325e':
Doc change: css for n5 device video frame.
|
| |\ \ \
| | |_|/
| |/| | |
|
| | |/
| | |
| | |
| | | |
Change-Id: I283c5c7cb3bb84c494b493b333e47f69b2595501
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'a7b5c4a7dc77a0896d6314828b9ce85f82d103e8':
Waiting till post MR0 - this impacts signing tools for MR0.
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Revert "Modify release tools to replace certs in MMAC files."
This reverts commit a6e0466ab5771ab1b9f806b9411015b5ff9852f6.
Change-Id: Ib7819185bad119013f307ce4301d5f02190e14ed
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| |
| | |
it does not cutoff overflowing link names
* commit '2b205a5814c39d7b6e7c6646e3ec9da4dad6dcb8':
fix javadoc sidenav so it does not cutoff overflowing link names
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
cutoff overflowing link names
* commit '919edbe7761767c1ed3e3bb3715aa495908601c7':
fix javadoc sidenav so it does not cutoff overflowing link names
|
| | |
| | |
| | |
| | | |
Change-Id: I48f3a7cf4715061702c0a0c7537fa1b09734c62a
|