aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-08Merge "Check $(built_dex) to determine if we can run dex-preopt." into lmp-devwebview-m40_r4webview-m40_r3webview-m40_r2webview-m40_r1ub-webview-m40-releaseYing Wang
2014-10-08Check $(built_dex) to determine if we can run dex-preopt.Ying Wang
Change-Id: Icfed37f50671ec041f2cfdcec9175cb094b572fc
2014-10-08Merge "Add appops command to devices" into lmp-devAdam Lesinski
2014-10-08Add appops command to devicesAdam Lesinski
This is used to set appops permissions from the command line or from CTS tests via the shell. Change-Id: I8a71d1398e2071aecfd22be7b6530f186f40c2c0
2014-10-08Merge "Export build thumbprint only if the product has specified at least ↵Ying Wang
one oem fingerprint property" into lmp-dev
2014-10-07Export build thumbprint only if the product has specified at least one oem ↵Ying Wang
fingerprint property Bug: 17888863 Change-Id: I4d12bc977dcb5e8e1858efb2a395466d8779de34
2014-10-07Merge "Increase system image partition size to fix build" into lmp-devVince Harron
2014-10-07Increase system image partition size to fix buildVince Harron
Build of sdk_google_phone_x86_64-sdk_addon product was failing with the following error message: error: ext4_allocate_best_fit_partial: failed to allocate 2420 blocks, out of space? Change-Id: Ib9e2d21bac86b12b6f8f75d4f30806dd20abcb90
2014-10-07am bc667f1c: am 08f336ea: fix regression from Change-Id: ↵smain@google.com
I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working * commit 'bc667f1cd7d852909a9a3893473f29dc7b000b2f': fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working
2014-10-07am f4cefc19: am 633f322b: update the analytics tracking event calls to use ↵smain@google.com
new API for analytics.js bug: 16331906 * commit 'f4cefc19e87eae62b6f2f8cc40b154f9fbe4b3de': update the analytics tracking event calls to use new API for analytics.js bug: 16331906
2014-10-05Merge "Call art-on only when debugging ART processes." into lmp-devChristopher Ferris
2014-10-05Call art-on only when debugging ART processes.Christopher Ferris
If you are debugging a native process, SIGSEGV gets ignored by default. Make it so that the special ART gdb macro is only called when debugging app_processXX. Bug: 17815162 Change-Id: Idba86860dfd94e7483f2668beeb76b3e6032fb34
2014-10-04am 08f336ea: fix regression from Change-Id: ↵smain@google.com
I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working * commit '08f336eaffa09581f2c33aee99847ee4edbeb370': fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working
2014-10-03fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7csmain@google.com
that causes anchors in most docs other than reference to stop working Change-Id: I58ed0f7a84c4478d482d63e675693a197088019a
2014-10-03am 633f322b: update the analytics tracking event calls to use new API for ↵smain@google.com
analytics.js bug: 16331906 * commit '633f322b38c9a16aa0cac78a1f2a3fb6b1cacf86': update the analytics tracking event calls to use new API for analytics.js bug: 16331906
2014-10-03update the analytics tracking event calls to use new API for analytics.jssmain@google.com
bug: 16331906 Change-Id: I015b5aae825525822ca767d293b473f9f332961a
2014-10-03Merge "Build: Do not set interpreted mode for SDK build" into lmp-devAndreas Gampe
2014-10-03Build: Do not set interpreted mode for SDK buildAndreas Gampe
In case of emulator images created for an sdk build (sdk, win_sdk, sdk_addon), do not set dex2oat to compile apps interpret-only. Bug: 17796919 Change-Id: I6961aa20fd3b6ea164a1f55321387e84c8983550
2014-10-03am 5e5f5b77: am 7ddf7943: am 9a818f55: more fixes to scroll offset for the ↵smain@google.com
sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as ancho * commit '5e5f5b777414204cf600727662ac0f89de6f8211': more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all API members. bug: 16924057
2014-10-03am 7ddf7943: am 9a818f55: more fixes to scroll offset for the sticky header. ↵smain@google.com
This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all AP * commit '7ddf794392d6e79fed66039fd9a59d37d12dbcd3': more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all API members. bug: 16924057
2014-10-03am 9a818f55: more fixes to scroll offset for the sticky header. This offsets ↵smain@google.com
the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all API members. bu * commit '9a818f55f4a4ca4f88c2a29f8e77ea6cb2153de6': more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all API members. bug: 16924057
2014-10-03Merge "Add two useful character constants." into lmp-devYing Wang
2014-10-03Add two useful character constants.Ying Wang
You need those constant variables when you want to insert newline or backslash at the end of a macro. Change-Id: I3fe96580d7a4ebc9d013afe6dd4ec8f40f49c724
2014-10-03more fixes to scroll offset for the sticky header.smain@google.com
This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all API members. bug: 16924057 Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c
2014-10-03Merge "Add split apks to the cts package." into lmp-devYing Wang
2014-10-03Merge "Build: Increase system image for generic_arm64" into lmp-devAndreas Gampe
2014-10-03Build: Increase system image for generic_arm64Andreas Gampe
Prebuilts are now preopted. This requires a bump in system image size. Technically a 13M bump would have been fine, but round up to 50M for a little bit of future breathing space. Bug: 17772057 Change-Id: Ib10dc24960c0b2e03ef28c55c3c199382802d4e1
2014-10-02Conditionally skip dex-preopting prebuilts.Andreas Gampe
To skip dex-preopting prebuilts (to save system image space), set "DONT_DEXPREOPT_PREBUILTS := true". Bug: 17772057 Change-Id: I13f10e2a9c251366f29606158f8c2fb54f8ee8b1
2014-10-02am 626f62b3: (-s ours) am cef526f0: DO NOT MERGE Update version code for MR1 ↵Justin Koh
(4.4W.2) * commit '626f62b34178d4ef6340a0e8a0f6d56d05181939': DO NOT MERGE Update version code for MR1 (4.4W.2)
2014-10-02am cef526f0: DO NOT MERGE Update version code for MR1 (4.4W.2)Justin Koh
* commit 'cef526f0f48340256a79999cb2ddbc1c86933141': DO NOT MERGE Update version code for MR1 (4.4W.2)
2014-10-02PIE executables created with mingw use "mainCRTStartup" as their entry point.Stephen Hines
Bug: 14416410 Our linker uses "start" as the primary entry point, so we need to adjust this for mingw-based Windows compiles, or nothing will execute correctly. Change-Id: I6e99f43e075ef9f00500099ce34ec4425c996454
2014-10-02Merge "Convert comma in split arguments to underscore." into lmp-devYing Wang
2014-10-01Merge "Update prebuilt RS clcore location." into lmp-devTim Murray
2014-10-01Merge "Switch to hermetic GCC 4.8.3-based x86_64-w64-mingw32-4.8 compiler." ↵Stephen Hines
into lmp-dev
2014-10-01Merge "Switch TBLGEN-related executables to use "BUILD_" instead of ↵Stephen Hines
"HOST_"." into lmp-dev
2014-10-01Update prebuilt RS clcore location.Tim Murray
Change-Id: Iebf255d7cc093b74e08b1f1378d9b397fd9dd3b9
2014-10-01Convert comma in split arguments to underscore.Ying Wang
aapt already does so. Bug: 16947729 Change-Id: I813fb8cf41b3ec836e6e6d5f68af12dc385169f8
2014-10-01Add split apks to the cts package.Ying Wang
With split apk support, we may have multilple installed files for a module. Use ALL_MODULES.$(module).BUILT_INSTALLED to make sure get every split apk included. Bug: 16947729 Change-Id: I4e41c2586f1b25f4810b67cd1e948aba0cbcf97b
2014-10-01DO NOT MERGE Update version code for MR1 (4.4W.2)Justin Koh
Change-Id: Ib87f27166f773d8e880e7ffcded8e8b739989b7c
2014-09-30Allow to add jar resource or manifest even without Java code.Ying Wang
Change-Id: I2d8fd93f004d9e0c29c71b887810b2624769789e
2014-09-30Merge "the recovery image also needs to be signed with $(BOOT_SIGNER)" into ↵Ying Wang
lmp-dev
2014-09-30Switch to hermetic GCC 4.8.3-based x86_64-w64-mingw32-4.8 compiler.Stephen Hines
Bug: 14416410 prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32 is the location for the checked-in hermetic mingw Windows compiler. This removes our reliance on host mingw when building with "make win_sdk". Change-Id: I1f9bbb85912d9855be32f9cab4bdfd12d6d3246c
2014-09-30Switch TBLGEN-related executables to use "BUILD_" instead of "HOST_".Stephen Hines
Bug: 14416410 Change-Id: Ife2d7329795f229adcddc5c57b20aa96c56387c0
2014-09-28the recovery image also needs to be signed with $(BOOT_SIGNER)Andrew Boie
Change-Id: Ie90976afdaada6410b1566fe497ce86ee935ad41 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> Reviewed-on: https://android.intel.com/232319
2014-09-28Add docs for Palette and CardViewChet Haase
These new v7 support lib APIs were never added to the make files to allow docs to be build, so they don't appear in the reference docs. Adding them to pathmap.mk fixes this. Issue #17681531 Add docs for CardView and Palette Change-Id: If9a4562c5e9629dc29791185dd720c6986c2b9a8
2014-09-27am 6f1efb31: am 11451e2e: am 83fadade: Doc change: increment queryparam to ↵Dirk Dougherty
trigger cache flush on proxies. * commit '6f1efb310be5f66f05a0ac40f4af92d4770a7598': Doc change: increment queryparam to trigger cache flush on proxies.
2014-09-27am 11451e2e: am 83fadade: Doc change: increment queryparam to trigger cache ↵Dirk Dougherty
flush on proxies. * commit '11451e2ec160b0405528b2ba6c13b40b15df8ed1': Doc change: increment queryparam to trigger cache flush on proxies.
2014-09-27am 83fadade: Doc change: increment queryparam to trigger cache flush on proxies.Dirk Dougherty
* commit '83fadade5bbc43914059405c1e49dd112e66d28d': Doc change: increment queryparam to trigger cache flush on proxies.
2014-09-26Doc change: increment queryparam to trigger cache flush on proxies.Dirk Dougherty
Change-Id: I0ffbcc48761e697340e0c4a721893b33a085a137
2014-09-26Return "none" if no matching arch foundYing Wang
So result of get-prebuilt-src-arch can be passed to LOCAL_MODULE_TARGET_ARCH, which takes empty string as "any" actually. Change-Id: I916c9738ccce4a94ac084fb4141d54659e896a1f