OSDN Git Service

android-x86/frameworks-base.git
7 years agoMerge "Precreate the classloader for the WebView." am: 566b1c80e4 am: 1feb782f01
Torne (Richard Coles) [Mon, 21 Nov 2016 17:13:45 +0000 (17:13 +0000)]
Merge "Precreate the classloader for the WebView." am: 566b1c80e4 am: 1feb782f01
am: 9565860b08

Change-Id: I070288a127cbaa08f05b49f66e23ea0ec298040b

7 years agoMerge "Precreate the classloader for the WebView." am: 566b1c80e4
Torne (Richard Coles) [Mon, 21 Nov 2016 17:08:46 +0000 (17:08 +0000)]
Merge "Precreate the classloader for the WebView." am: 566b1c80e4
am: 1feb782f01

Change-Id: Iec0bf848e4c25afc6a6b9ee83339a03f314adee9

7 years agoMerge "Precreate the classloader for the WebView."
Torne (Richard Coles) [Mon, 21 Nov 2016 17:04:22 +0000 (17:04 +0000)]
Merge "Precreate the classloader for the WebView."
am: 566b1c80e4

Change-Id: Ic79079748dae515cb8d89ef99148755ac65f1d47

7 years agoMerge "Precreate the classloader for the WebView."
Treehugger Robot [Mon, 21 Nov 2016 16:54:52 +0000 (16:54 +0000)]
Merge "Precreate the classloader for the WebView."

7 years agoPrecreate the classloader for the WebView.
Torne (Richard Coles) [Mon, 10 Oct 2016 14:11:36 +0000 (15:11 +0100)]
Precreate the classloader for the WebView.

We want to create the classloader for the WebView in advance in the
zygote so that it can preload Java and native code for its children, but
the zygote can't talk to the package manager (so doesn't have a
PackageInfo for the APK) and also doesn't have an ActivityThread, so
constructing a LoadedApk is difficult.

Instead, we use the fact that ApplicationLoaders contains a
process-global cache of classloaders for APKs, and prepopulate a cache
entry without constructing a LoadedApk. This requires making
ApplicationLoaders public. To calculate the correct library paths from
the information the zygote has, we reuse the logic in LoadedApk (which
is already public, and just needs a small change to allow a null
ActivityThread when checking for instrumentation).

The other parameters for classloader creation (target SDK, bundled app,
etc) are hardcoded to usable values for the WebView's case. WebView
never needs to use any system libraries that aren't public so claiming
it's not bundled is fine even when that isn't actually true, and WebView
will always target the current platform API level.

Once the classloader is created, look up the factory class and call
preloadInZygote on it to give it a chance to preload the native library
and do other shared initialisation.

Bug: 21643067
Test: enable multiprocess WebView, examine librank output to see sharing
Change-Id: I696ead637e3f7382bcc58cfaf61eac5921862015

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: b9762351a3 ...
Bill Yi [Mon, 21 Nov 2016 02:20:24 +0000 (02:20 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: b9762351a3  -s ours
am: 00544de5d0  -s ours

Change-Id: I6f8aabe8b93dd3a81f615bdc33cd7ce8997a65e8

7 years agoImport translations. DO NOT MERGE am: 2bfcd92a56 -s ours
Bill Yi [Mon, 21 Nov 2016 02:19:20 +0000 (02:19 +0000)]
Import translations. DO NOT MERGE am: 2bfcd92a56  -s ours
am: c530f91d8d  -s ours

Change-Id: I10126d3aa1d2c315445a22059182d95c03f71520

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: 1ad0a421a6 ...
Bill Yi [Mon, 21 Nov 2016 02:18:15 +0000 (02:18 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: 1ad0a421a6  -s ours
am: c8d1cba0fa  -s ours

Change-Id: I485a1f07041a16db18feec8cc83b282363bec568

7 years agoImport translations. DO NOT MERGE am: e65b214f31 -s ours
Bill Yi [Mon, 21 Nov 2016 02:17:10 +0000 (02:17 +0000)]
Import translations. DO NOT MERGE am: e65b214f31  -s ours
am: 584f7438ad  -s ours

Change-Id: I420d94ba079fa629dc1427b868a2633d98fd296a

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: 5770cc3c21 ...
Bill Yi [Mon, 21 Nov 2016 02:16:11 +0000 (02:16 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: 5770cc3c21  -s ours
am: b712d61315  -s ours

Change-Id: Ia30f6cfcc7f7aa54ce3dab4e0f6cdbc75f75204f

7 years agoImport translations. DO NOT MERGE am: de5a72d802 -s ours
Bill Yi [Mon, 21 Nov 2016 02:15:10 +0000 (02:15 +0000)]
Import translations. DO NOT MERGE am: de5a72d802  -s ours
am: 1959d2182c  -s ours

Change-Id: Ic59f23548fff2936730508652c2175859871cb43

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: dc92c70106 ...
Bill Yi [Mon, 21 Nov 2016 02:14:05 +0000 (02:14 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: dc92c70106  -s ours
am: fb8a4d17c2  -s ours

Change-Id: Iad52ae446ff8eb6a628ef29a7bd2013e7f060994

7 years agoImport translations. DO NOT MERGE am: 2a2e8ce297 -s ours
Bill Yi [Mon, 21 Nov 2016 02:13:00 +0000 (02:13 +0000)]
Import translations. DO NOT MERGE am: 2a2e8ce297  -s ours
am: 3ea5862bb1  -s ours

Change-Id: Ic7e86d0fc29124ff060e45a0e37e8f6b12b6eb64

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: 81abcfea7b ...
Bill Yi [Mon, 21 Nov 2016 02:11:59 +0000 (02:11 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: 81abcfea7b  -s ours
am: bb7bad413a  -s ours

Change-Id: I82a6ab8827a3b8416d797493f07f0b036af8d4ea

7 years agoImport translations. DO NOT MERGE am: 521b3d5259 -s ours
Bill Yi [Mon, 21 Nov 2016 02:10:54 +0000 (02:10 +0000)]
Import translations. DO NOT MERGE am: 521b3d5259  -s ours
am: db8719a721  -s ours

Change-Id: I1391a2c743347808cb0a215fb40eeeb0c7267b52

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: f94b944f80 ...
Bill Yi [Mon, 21 Nov 2016 02:09:48 +0000 (02:09 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: f94b944f80  -s ours
am: 56cfda2ed4  -s ours

Change-Id: Ia1590d2e57d40b54fc799ba63a6e488b131dcc2f

7 years agoImport translations. DO NOT MERGE am: 149b6ede65 -s ours
Bill Yi [Mon, 21 Nov 2016 02:08:42 +0000 (02:08 +0000)]
Import translations. DO NOT MERGE am: 149b6ede65  -s ours
am: f4561d90dc  -s ours

Change-Id: Ie0f3bd3f011183c33640ad58dd094d54bbb0a2ac

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: 577b77a87a ...
Bill Yi [Mon, 21 Nov 2016 02:03:13 +0000 (02:03 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: 577b77a87a  -s ours
am: 875ecf8dcf  -s ours

Change-Id: I3369de360f2406cf4d1091740a9c108757ebe85c

7 years agoImport translations. DO NOT MERGE am: a54b679f2a -s ours
Bill Yi [Mon, 21 Nov 2016 02:02:13 +0000 (02:02 +0000)]
Import translations. DO NOT MERGE am: a54b679f2a  -s ours
am: 1d4aff76fa  -s ours

Change-Id: I4da76a2efef8385e4c3bdd70374cc4f07c8f68b8

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: a4c8fe82e8 ...
Bill Yi [Mon, 21 Nov 2016 02:01:13 +0000 (02:01 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: a4c8fe82e8  -s ours
am: bbdb6e79ba  -s ours

Change-Id: Id7310c450c4bf6174ed43f6ce88d86bf5c2720f1

7 years agoImport translations. DO NOT MERGE am: 484b776b78 -s ours
Bill Yi [Mon, 21 Nov 2016 02:00:17 +0000 (02:00 +0000)]
Import translations. DO NOT MERGE am: 484b776b78  -s ours
am: 80cfaad5e4  -s ours

Change-Id: I8479908cb1bcf1d56913ffc55b2ae01c655c3e20

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:59:21 +0000 (01:59 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: b9762351a3  -s ours

Change-Id: I0ca58c850947f5db573ad8568d8e2d74cc03aa13

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:59:19 +0000 (01:59 +0000)]
Import translations. DO NOT MERGE
am: 2bfcd92a56  -s ours

Change-Id: I2d08c0a99eafd4e22c5a136c719b9e03b64a738b

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: 9fb559183f ...
Bill Yi [Mon, 21 Nov 2016 01:59:15 +0000 (01:59 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: 9fb559183f  -s ours
am: 7edeb95b59  -s ours

Change-Id: Iba0a82ad3757259bcaf4a211f656cb7c09da39d2

7 years agoImport translations. DO NOT MERGE am: 44fc3e0900 -s ours
Bill Yi [Mon, 21 Nov 2016 01:58:19 +0000 (01:58 +0000)]
Import translations. DO NOT MERGE am: 44fc3e0900  -s ours
am: 1a9f44a604  -s ours

Change-Id: Ica17197de7f4e5166f2f483d39be6185e3d991a5

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:57:55 +0000 (01:57 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: 1ad0a421a6  -s ours

Change-Id: I2ecaab2b1546264cff2785bc5cfca2afcd666dd6

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:57:53 +0000 (01:57 +0000)]
Import translations. DO NOT MERGE
am: e65b214f31  -s ours

Change-Id: I53c1cb64b9b18b9142d0cdb59c996e2a787eaf32

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: c3ba50cc48 ...
Bill Yi [Mon, 21 Nov 2016 01:57:13 +0000 (01:57 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: c3ba50cc48  -s ours
am: f9bdf27124  -s ours

Change-Id: I1face0bfe1f87a4f8467784b082cf47a01c9d1b6

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:56:26 +0000 (01:56 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: 5770cc3c21  -s ours

Change-Id: I5e2f29d7d74c25618a82a251a57b75f04be26140

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:56:23 +0000 (01:56 +0000)]
Import translations. DO NOT MERGE
am: de5a72d802  -s ours

Change-Id: I821ab0978423088f71e8443c4124b217d7dac083

7 years agoImport translations. DO NOT MERGE am: 3b4e128814 -s ours
Bill Yi [Mon, 21 Nov 2016 01:56:09 +0000 (01:56 +0000)]
Import translations. DO NOT MERGE am: 3b4e128814  -s ours
am: 639a3c78bd  -s ours

Change-Id: Ic094d7d723178e650504e1706e05fa5dae10801c

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: 0b555bb27d ...
Bill Yi [Mon, 21 Nov 2016 01:55:04 +0000 (01:55 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: 0b555bb27d  -s ours
am: 9a82f273a8  -s ours

Change-Id: I97035ae01ff66cfd98251e5c93fd3c9f271b24d8

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:54:52 +0000 (01:54 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: dc92c70106  -s ours

Change-Id: I57ad69492d4b7caabbf2bcfa1811997ea56712a2

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:54:48 +0000 (01:54 +0000)]
Import translations. DO NOT MERGE
am: 2a2e8ce297  -s ours

Change-Id: I6774bee301340eaa8e47bbb9049db7f46e831069

7 years agoImport translations. DO NOT MERGE am: 5e7d7e48f0 -s ours
Bill Yi [Mon, 21 Nov 2016 01:53:56 +0000 (01:53 +0000)]
Import translations. DO NOT MERGE am: 5e7d7e48f0  -s ours
am: 4b31a0eff4  -s ours

Change-Id: Id60a25c8695ac576cf98f15e55b885ccd9da1730

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:53:18 +0000 (01:53 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: 81abcfea7b  -s ours

Change-Id: I79c577d14b2953e44d9152a8179e3ce441c3cfe2

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:53:15 +0000 (01:53 +0000)]
Import translations. DO NOT MERGE
am: 521b3d5259  -s ours

Change-Id: I5e78af63df907a988e289ce1e0514d97e41ffe2f

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: e450219549 ...
Bill Yi [Mon, 21 Nov 2016 01:52:52 +0000 (01:52 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: e450219549  -s ours
am: d66188a6c6  -s ours

Change-Id: Id63df8b303b8bba84aadc3b476b579c208cc8f4a

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:51:48 +0000 (01:51 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: f94b944f80  -s ours

Change-Id: I80015e96b7658dc3d2a94f33637422b413c285e2

7 years agoImport translations. DO NOT MERGE am: a45b9aa91a -s ours
Bill Yi [Mon, 21 Nov 2016 01:51:45 +0000 (01:51 +0000)]
Import translations. DO NOT MERGE am: a45b9aa91a  -s ours
am: 8abe6b3389  -s ours

Change-Id: I9be0f61abd9351be5945ba047f1f99bc5f648e7f

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:51:44 +0000 (01:51 +0000)]
Import translations. DO NOT MERGE
am: 149b6ede65  -s ours

Change-Id: I32c82c89f6cf403acea70138bd3f4635ce9e951e

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: 2b8d4b588a ...
Bill Yi [Mon, 21 Nov 2016 01:46:35 +0000 (01:46 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: 2b8d4b588a  -s ours
am: 7a85128ea0  -s ours

Change-Id: I8cf2cff387a0b27f244d057446762de4ab22d322

7 years agoImport translations. DO NOT MERGE am: aa73b0a72f -s ours
Bill Yi [Mon, 21 Nov 2016 01:45:32 +0000 (01:45 +0000)]
Import translations. DO NOT MERGE am: aa73b0a72f  -s ours
am: de0dfa5204  -s ours

Change-Id: I9f514978d29e2062e6b1ef552fe80479097bec07

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:45:26 +0000 (01:45 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: 577b77a87a  -s ours

Change-Id: Ida1b49e4ed6d460b72490bc08ca37c9cc9919203

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:45:23 +0000 (01:45 +0000)]
Import translations. DO NOT MERGE
am: a54b679f2a  -s ours

Change-Id: If4a6fe668a70c13ea264e07daec3798fe1a93111

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master am: d0220f7863 ...
Bill Yi [Mon, 21 Nov 2016 01:44:32 +0000 (01:44 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: d0220f7863  -s ours
am: 610d943dd6  -s ours

Change-Id: I32cb631e3fc22caaad64403f3a13852b0d9ec18e

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:43:57 +0000 (01:43 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: a4c8fe82e8  -s ours

Change-Id: I05649b68ffbb0480610b3b886391e0855eddc255

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:43:53 +0000 (01:43 +0000)]
Import translations. DO NOT MERGE
am: 484b776b78  -s ours

Change-Id: Ic56f4bcd826deef996537357455fe5ee07c3033e

7 years agoImport translations. DO NOT MERGE am: 18935bdfc9 -s ours
Bill Yi [Mon, 21 Nov 2016 01:43:26 +0000 (01:43 +0000)]
Import translations. DO NOT MERGE am: 18935bdfc9  -s ours
am: 028dcb2eff  -s ours

Change-Id: I7a75530d2ec2b28d72ec0091cb89bda7366648ae

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:42:27 +0000 (01:42 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: 9fb559183f  -s ours

Change-Id: If271b83e04c4d9da243620bbc96cd97c8ccb6db8

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:42:24 +0000 (01:42 +0000)]
Import translations. DO NOT MERGE
am: 44fc3e0900  -s ours

Change-Id: I5dd8681354b2d2c0301875412efab6e75e46dca5

7 years agoImport translations. DO NOT MERGE am: ca112cfaeb -s ours
Bill Yi [Mon, 21 Nov 2016 01:42:19 +0000 (01:42 +0000)]
Import translations. DO NOT MERGE am: ca112cfaeb  -s ours
am: fd2f8d8571  -s ours

Change-Id: I1f5459cca82c436b1cb0834e4af826fba4f89339

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:40:54 +0000 (01:40 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: c3ba50cc48  -s ours

Change-Id: If4403a39868db9acb2eeed244be17be166790294

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:40:51 +0000 (01:40 +0000)]
Import translations. DO NOT MERGE
am: 3b4e128814  -s ours

Change-Id: I327bc8ce6849398dd59a26247c3499e7a0cea9c6

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:39:22 +0000 (01:39 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: 0b555bb27d  -s ours

Change-Id: I1c362fc4464289cf62ed06c9cae32e10a08f1206

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:39:18 +0000 (01:39 +0000)]
Import translations. DO NOT MERGE
am: 5e7d7e48f0  -s ours

Change-Id: I329a247ad575f79807c6674783f3dc5ee454c076

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:37:45 +0000 (01:37 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: e450219549  -s ours

Change-Id: Icc5d61744d217501d5ecd328f3203bc11e7d54d2

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:37:42 +0000 (01:37 +0000)]
Import translations. DO NOT MERGE
am: a45b9aa91a  -s ours

Change-Id: Idea311e27df5d5c0f51b354582994eecb07fd5dd

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:36:14 +0000 (01:36 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: 2b8d4b588a  -s ours

Change-Id: If78dc2dea18addf87ecec09118d0a1284c265fd5

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:36:10 +0000 (01:36 +0000)]
Import translations. DO NOT MERGE
am: aa73b0a72f  -s ours

Change-Id: I1ad3286634a2ec52cb1cc51d9f33750c6278855f

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
Bill Yi [Mon, 21 Nov 2016 01:34:37 +0000 (01:34 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: d0220f7863  -s ours

Change-Id: I0065f8bdf061cd032ba4cf6fc54ca494da369a31

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:34:34 +0000 (01:34 +0000)]
Import translations. DO NOT MERGE
am: 18935bdfc9  -s ours

Change-Id: I75043944a7acfcf1c349adfcec764e1fbbf4e0b0

7 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 21 Nov 2016 01:33:32 +0000 (01:33 +0000)]
Import translations. DO NOT MERGE
am: ca112cfaeb  -s ours

Change-Id: I259f0c5f68a89c27ba68d7721efe67a5f12ca186

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:31:58 +0000 (01:31 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:31:36 +0000 (01:31 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:31:09 +0000 (01:31 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:30:39 +0000 (01:30 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:30:03 +0000 (01:30 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:29:44 +0000 (01:29 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:29:13 +0000 (01:29 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:28:40 +0000 (01:28 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:28:21 +0000 (01:28 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:27:55 +0000 (01:27 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:27:22 +0000 (01:27 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:26:51 +0000 (01:26 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:26:05 +0000 (01:26 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoMerge "Import translations. DO NOT MERGE" into stage-aosp-master
TreeHugger Robot [Mon, 21 Nov 2016 01:23:55 +0000 (01:23 +0000)]
Merge "Import translations. DO NOT MERGE" into stage-aosp-master

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 23:49:28 +0000 (15:49 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: Ia328721b05af6cfe32f4494e89f6ee1645cb1deb

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 23:43:22 +0000 (15:43 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: I102b129ace5c7d97a6874aad995930b2f3cbdae6

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 22:46:30 +0000 (14:46 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: I8f62ab1cb184f32e850831414c8ff3e7740d783f

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 22:43:23 +0000 (14:43 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: Ic5781e21dceb885251e8ed7696a309e1844d9bd6

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 22:18:34 +0000 (14:18 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: Iad7637d1a9f10f5641f089db9542734be4da0d2e

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 22:15:31 +0000 (14:15 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: Ia301c54a58d496c9608939c12e18491d3c4df1f6

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 22:12:16 +0000 (14:12 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: Ic71ef1faaf60206410b376e09daa2ad98c91d259

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 22:09:05 +0000 (14:09 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: I3a874ee9fdb4b34f2db64447c6e5d74e25c06634

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 22:01:26 +0000 (14:01 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: Ie0dcafdd0f6a197f33c9422e16fb1a03137b73b3

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 21:56:06 +0000 (13:56 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: I781d238740edaed134108cb65f5a5e2a2bd9d3a0

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 21:52:54 +0000 (13:52 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: Ia40da4b009f43aa51b2b7d3acdccc7552e2b35d0

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 21:47:25 +0000 (13:47 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: I2ded2e0fc6589e569e2de2f4d042f68c1cd0b63e

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 21:44:23 +0000 (13:44 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: Ied6fea4f1ce0e9b49dbaf9fedbf038c0bbafa0da

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 21:41:21 +0000 (13:41 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: I51ff5d1408af5f07b9e9016d25b83996c2b5e369

7 years agoImport translations. DO NOT MERGE
Bill Yi [Sun, 20 Nov 2016 21:38:07 +0000 (13:38 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 32177112
Change-Id: I7f9e8278bdcb7f5f9041a9fff6456ab610e7c928

7 years agoFix default dialog background colour for watch devices. am: 56c25af274
Michael Kwan [Sat, 19 Nov 2016 00:15:48 +0000 (00:15 +0000)]
Fix default dialog background colour for watch devices. am: 56c25af274
am: 0995a17481

Change-Id: I5cbd81a2a776542190beb669e36146911dc2357c

7 years agoFix default dialog background colour for watch devices.
Michael Kwan [Sat, 19 Nov 2016 00:12:12 +0000 (00:12 +0000)]
Fix default dialog background colour for watch devices.
am: 56c25af274

Change-Id: I5020e61d35adf3327f4b0e39e5e3e74188392330

7 years agoBluetooth: BLE app tracking fixes
Marie Janssen [Fri, 18 Nov 2016 23:42:41 +0000 (23:42 +0000)]
Bluetooth: BLE app tracking fixes
am: 6689f33436

Change-Id: If01dfa47d4d616f2455a7800c040cb0000f21d52

7 years agoMerge "Split libhidl into base and transport." am: c6c005ef5b am: 06025dc947
Yifan Hong [Fri, 18 Nov 2016 23:32:22 +0000 (23:32 +0000)]
Merge "Split libhidl into base and transport." am: c6c005ef5b am: 06025dc947
am: 60090674e1

Change-Id: I598fabea4c1097a94a5131d3e176a9be62302946

7 years agoMerge "Split libhidl into base and transport." am: c6c005ef5b
Yifan Hong [Fri, 18 Nov 2016 23:29:05 +0000 (23:29 +0000)]
Merge "Split libhidl into base and transport." am: c6c005ef5b
am: 06025dc947

Change-Id: I20fbea0d4d4dc3908f962007df3e3509c054be68

7 years agoSplit libhidl into base and transport. am: c46d1b44eb am: 78f6a7c615
Yifan Hong [Fri, 18 Nov 2016 23:27:18 +0000 (23:27 +0000)]
Split libhidl into base and transport. am: c46d1b44eb am: 78f6a7c615
am: 3ca2fb074f

Change-Id: I382d91f4cea8577400bba71bcd51e8e9a947215f

7 years agoMerge "Split libhidl into base and transport."
Yifan Hong [Fri, 18 Nov 2016 23:23:08 +0000 (23:23 +0000)]
Merge "Split libhidl into base and transport."
am: c6c005ef5b

Change-Id: Ia0017e01d650383a709952c86012dc958d93b794

7 years agoSplit libhidl into base and transport. am: c46d1b44eb
Yifan Hong [Fri, 18 Nov 2016 23:20:38 +0000 (23:20 +0000)]
Split libhidl into base and transport. am: c46d1b44eb
am: 78f6a7c615

Change-Id: I95471e3f90ba796b52c3df555b60ad6f49aae5da