- 08 Oct, 2014 6 commits
-
-
Ying Wang authored
-
Ying Wang authored
Change-Id: Icfed37f50671ec041f2cfdcec9175cb094b572fc
-
Adam Lesinski authored
-
Adam Lesinski authored
This is used to set appops permissions from the command line or from CTS tests via the shell. Change-Id: I8a71d1398e2071aecfd22be7b6530f186f40c2c0
-
Ying Wang authored
Merge "Export build thumbprint only if the product has specified at least one oem fingerprint property" into lmp-dev
-
Ying Wang authored
Bug: 17888863 Change-Id: I4d12bc977dcb5e8e1858efb2a395466d8779de34
-
- 07 Oct, 2014 4 commits
-
-
Vince Harron authored
-
Vince Harron authored
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
-
smain@google.com authored
am bc667f1c: am 08f336ea: fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working * commit 'bc667f1c': fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working
-
smain@google.com authored
am f4cefc19: am 633f322b: update the analytics tracking event calls to use new API for analytics.js bug: 16331906 * commit 'f4cefc19': update the analytics tracking event calls to use new API for analytics.js bug: 16331906
-
- 05 Oct, 2014 2 commits
-
-
Christopher Ferris authored
-
Christopher Ferris authored
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
-
- 04 Oct, 2014 2 commits
-
-
smain@google.com authored
am 08f336ea: fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working * commit '08f336ea': fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working
-
smain@google.com authored
that causes anchors in most docs other than reference to stop working Change-Id: I58ed0f7a84c4478d482d63e675693a197088019a
-
- 03 Oct, 2014 13 commits
-
-
smain@google.com authored
am 633f322b: update the analytics tracking event calls to use new API for analytics.js bug: 16331906 * commit '633f322b': update the analytics tracking event calls to use new API for analytics.js bug: 16331906
-
smain@google.com authored
bug: 16331906 Change-Id: I015b5aae825525822ca767d293b473f9f332961a
-
Andreas Gampe authored
-
Andreas Gampe authored
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
-
smain@google.com authored
am 5e5f5b77: am 7ddf7943: am 9a818f55: 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 ancho * commit '5e5f5b77': 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
-
smain@google.com authored
am 7ddf7943: am 9a818f55: 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 AP * commit '7ddf7943': 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
-
smain@google.com authored
am 9a818f55: 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. bu * commit '9a818f55': 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
-
Ying Wang authored
-
Ying Wang authored
You need those constant variables when you want to insert newline or backslash at the end of a macro. Change-Id: I3fe96580d7a4ebc9d013afe6dd4ec8f40f49c724
-
smain@google.com authored
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
-
Ying Wang authored
-
Andreas Gampe authored
-
Andreas Gampe authored
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
-
- 02 Oct, 2014 5 commits
-
-
Andreas Gampe authored
To skip dex-preopting prebuilts (to save system image space), set "DONT_DEXPREOPT_PREBUILTS := true". Bug: 17772057 Change-Id: I13f10e2a9c251366f29606158f8c2fb54f8ee8b1
-
Justin Koh authored
* commit '626f62b3': DO NOT MERGE Update version code for MR1 (4.4W.2)
-
Justin Koh authored
* commit 'cef526f0': DO NOT MERGE Update version code for MR1 (4.4W.2)
-
Stephen Hines authored
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
-
Ying Wang authored
-
- 01 Oct, 2014 8 commits
-
-
Tim Murray authored
-
Stephen Hines authored
-
Stephen Hines authored
-
Tim Murray authored
Change-Id: Iebf255d7cc093b74e08b1f1378d9b397fd9dd3b9
-
Ying Wang authored
aapt already does so. Bug: 16947729 Change-Id: I813fb8cf41b3ec836e6e6d5f68af12dc385169f8
-
Ying Wang authored
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
-
Justin Koh authored
Change-Id: Ib87f27166f773d8e880e7ffcded8e8b739989b7c
-
Ying Wang authored
Change-Id: I2d8fd93f004d9e0c29c71b887810b2624769789e
-