Christopher Tate
c84471c2e0
Handle /oem and /vendor as well
...
Bug 13170859
(cherry-picked from commit 740888f62eae158d5775be716620f0d56d87f587)
Change-Id: I7b5e206697fcbec146cac6cd83fca5c583a8cbd7
2014-05-01 13:51:33 +00:00
Narayan Kamath
d91358b2b9
Merge "Support per-package lib dirs for bundled apps"
2014-05-01 13:51:08 +00:00
Narayan Kamath
fc0810e565
Support per-package lib dirs for bundled apps
...
Bundled apps can now use /system/lib/apkname or /system/lib64/apkname
in addition to the (globally shared) /system/lib and /system/lib64
directories. Note that when an app is updated post hoc the update APK
will look to its normal library install directory in
/data/data/[packagename]/lib, so such updates must include *all*
needed libraries -- the private /system/lib/apkname dir will not be in
the path following such an update.
"apkname" here is the base name of the physical APK that holds the
package's code. For example, if a 32-bit package is resident on disk
as /system/priv-app/SettingsProvider.apk then its app-specific lib
directory will be /system/lib/SettingsProvider
Bug 13170859
(cherry picked from commit addfbdc09ccf258395db8bfc510989a4c583f7ab)
Change-Id: Id82da78024a6325458b8b134d7d91ad0e5f0785e
2014-05-01 13:50:47 +00:00
Narayan Kamath
b916d8adff
Merge "Implement FileUtils#contains."
2014-05-01 13:50:36 +00:00
Narayan Kamath
d6d1dbac3f
Implement FileUtils#contains.
...
Partial cherry-pick of changes 4ca728c0 and 21de56a9, which
can't be cherry-picked due to their large surface area.
Change-Id: Ife46e150d360cd5241dea93863141749233c1805
2014-05-01 14:01:44 +01:00
Narayan Kamath
b6c04899e1
am c8a045d4: am 41f40581: Merge "Fix x86 build in app_process."
...
* commit 'c8a045d451522adab5226b0063f3a15d34542bf7':
Fix x86 build in app_process.
2014-05-01 10:43:23 +00:00
Narayan Kamath
fd30a0e7b7
am ff34f6fa: am 27b03e62: Merge "Create arch specific cache dirs during zygote startup."
...
* commit 'ff34f6faaad21f5f72decc0b6a0bbde8dab68e29':
Create arch specific cache dirs during zygote startup.
2014-05-01 10:43:19 +00:00
Narayan Kamath
c8a045d451
am 41f40581: Merge "Fix x86 build in app_process."
...
* commit '41f40581ee0284660d30be8ef28f6bf721c4ce10':
Fix x86 build in app_process.
2014-05-01 10:39:55 +00:00
Narayan Kamath
ff34f6faaa
am 27b03e62: Merge "Create arch specific cache dirs during zygote startup."
...
* commit '27b03e6272479ed82762a4a5d6e4be4f26c1ed58':
Create arch specific cache dirs during zygote startup.
2014-05-01 10:39:52 +00:00
Narayan Kamath
41f40581ee
Merge "Fix x86 build in app_process."
2014-05-01 10:36:31 +00:00
Narayan Kamath
27b03e6272
Merge "Create arch specific cache dirs during zygote startup."
2014-05-01 10:36:28 +00:00
Narayan Kamath
d6183204e4
Fix x86 build in app_process.
...
Look for __i386__ and not __x86__.
(cherry picked from commit 47d526217b3fd0d17ba751c66d25cfaf1c6ed7cd)
Change-Id: I848ba351c378e59ab6744ca1983ae4463ae75ba4
2014-05-01 11:27:49 +01:00
Narayan Kamath
973cdeed8e
Create arch specific cache dirs during zygote startup.
...
The runtime expects them to exist before it's launched.
The boot image / art files are created during the first
zygote launch.
(cherry picked from commit da738713e4e2120a324e8ab6fd11aa0e54a3c66e)
Change-Id: I7472aa25c16a1cf95791af2bdf80ed0d73123872
2014-05-01 11:26:49 +01:00
Narayan Kamath
6c2e806200
am 70344223: am fbb0ab02: Merge "Fix broken logging in Zygote.cpp."
...
* commit '703442238200c2f1a35b51e7aadc693322feb69d':
Fix broken logging in Zygote.cpp.
2014-05-01 10:22:56 +00:00
Narayan Kamath
7034422382
am fbb0ab02: Merge "Fix broken logging in Zygote.cpp."
...
* commit 'fbb0ab02bed5c49159acb3dba6848a154e524169':
Fix broken logging in Zygote.cpp.
2014-05-01 10:18:11 +00:00
Narayan Kamath
fbb0ab02be
Merge "Fix broken logging in Zygote.cpp."
2014-05-01 10:15:01 +00:00
Narayan Kamath
160992da04
Fix broken logging in Zygote.cpp.
...
- Differentiate between clean exits and signals.
- Change the logic for the waitpid warning. We should log it
only if the *first* call to waitpid returned ECHILD.
Change-Id: I6bc50e4ffd100fb7f3f526d6b4056bed10b8045f
2014-05-01 10:11:57 +00:00
Robert Ly
f05bef95fb
am b76f7b35: am 8873025b: am f26a7100: Merge "update wear stack notifications to coincide with devbyte code" into klp-docs
...
* commit 'b76f7b35db0040591492f026d0dc17678141b6cf':
update wear stack notifications to coincide with devbyte code
2014-05-01 09:42:08 +00:00
Robert Ly
b76f7b35db
am 8873025b: am f26a7100: Merge "update wear stack notifications to coincide with devbyte code" into klp-docs
...
* commit '8873025b2a52ca1ecccfaa9840e82681e17900d4':
update wear stack notifications to coincide with devbyte code
2014-05-01 09:37:01 +00:00
Olivier Gay
8840f1f13a
Map KEY_APPSELECT to APP_SWITCH.
...
Change-Id: Iec801f2edfec9923aac088cb66663f64d62b3df6
Signed-off-by: Olivier Gay <ogay@logitech.com>
Signed-off-by: Mathieu Meisser <mmeisser@logitech.com>
2014-05-01 11:11:27 +02:00
Robert Ly
8873025b2a
am f26a7100: Merge "update wear stack notifications to coincide with devbyte code" into klp-docs
...
* commit 'f26a71003de069355931eab340433ba8345ba3f7':
update wear stack notifications to coincide with devbyte code
2014-05-01 08:22:05 +00:00
Robert Ly
f26a71003d
Merge "update wear stack notifications to coincide with devbyte code" into klp-docs
2014-05-01 07:27:23 +00:00
Robert Ly
b8e3f209af
update wear stack notifications to coincide with devbyte code
...
Change-Id: I4ccfc39eb47c938b9c1e9ba9309aaba54319f53b
2014-05-01 00:23:42 -07:00
Mark Renouf
d076121630
SwipeDismiss: limit fade to 50% alpha while swiping
...
BUG: 14319825
Change-Id: I3704fab77f2d3660ae374bdf16c767c124dcb8e9
2014-05-01 01:21:19 +00:00
Mindy Pereira
23ffc73abd
Update fling min velocity
...
Make it configurable for watch
Change-Id: Icf90ebd5bd5924fb2a5beb6715479d5dbe7e7dd9
2014-04-30 17:17:10 -07:00
Ricardo Cervera
6824e4e351
am 8bef5ea7: am 27515952: am ba333f2f: docs: Added release notes for Android Studio 0.5.2
...
* commit '8bef5ea70161586287ec06e9bd74b30604cd3f2c':
docs: Added release notes for Android Studio 0.5.2
2014-04-30 22:40:00 +00:00
Ricardo Cervera
8bef5ea701
am 27515952: am ba333f2f: docs: Added release notes for Android Studio 0.5.2
...
* commit '27515952f54a8c98eaec694ce74c3b9d9b152746':
docs: Added release notes for Android Studio 0.5.2
2014-04-30 22:03:40 +00:00
Ricardo Cervera
27515952f5
am ba333f2f: docs: Added release notes for Android Studio 0.5.2
...
* commit 'ba333f2f4c2ca5325b4df1b131c6c26a18beb877':
docs: Added release notes for Android Studio 0.5.2
2014-04-30 21:59:19 +00:00
Ricardo Cervera
ba333f2f4c
docs: Added release notes for Android Studio 0.5.2
...
Change-Id: Ia364620d0ab14648b4db523890c529a0dc5b940d
2014-04-30 14:41:44 -07:00
Elliott Hughes
fd955f14d6
am 6a6979ad: am 86315c45: Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files."
...
* commit '6a6979ad17dfb492fb85a979e8f8688e4ed973b2':
Fixes issue causing pseudolocalization of strings in non-translatable resource files.
2014-04-30 21:35:45 +00:00
Elliott Hughes
6a6979ad17
am 86315c45: Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files."
...
* commit '86315c452b955bf0b874f45c1a2e15aedda91a52':
Fixes issue causing pseudolocalization of strings in non-translatable resource files.
2014-04-30 21:33:06 +00:00
Elliott Hughes
86315c452b
Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files."
2014-04-30 21:29:52 +00:00
Deepanshu Gupta
cd50f72946
am c046c767: am c0c96012: am 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]
...
* commit 'c046c76739b210d912dae38bf945d60b8d69ab11':
Fix class name for OverflowMenuButton [DO NOT MERGE]
2014-04-30 20:38:49 +00:00
Deepanshu Gupta
c046c76739
am c0c96012: am 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]
...
* commit 'c0c96012c667d1d91d8f6b763df45e566cae0eaf':
Fix class name for OverflowMenuButton [DO NOT MERGE]
2014-04-30 20:35:04 +00:00
Deepanshu Gupta
c0c96012c6
am 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]
...
* commit '4b5fa4d318e7efaffdc678e0cb8953ffc78c2b1e':
Fix class name for OverflowMenuButton [DO NOT MERGE]
2014-04-30 20:31:35 +00:00
Mindy Pereira
006c211056
am 11b715da: Merge "Make touch slop region smaller for watch" into klp-modular-dev
...
* commit '11b715da9be818eb4a1c7a3d77b5d0c4ff03e5a2':
Make touch slop region smaller for watch
2014-04-30 19:46:07 +00:00
Mindy Pereira
11b715da9b
Merge "Make touch slop region smaller for watch" into klp-modular-dev
2014-04-30 19:43:59 +00:00
Michael Wright
474b07497b
am 809c3698: am 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"
...
* commit '809c369892ddbae908dc47e6a1032a768e9004cb':
WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent
2014-04-30 19:11:05 +00:00
Elliott Hughes
f84493ec95
am 91ff3c18: am 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncoder.cpp"
...
* commit '91ff3c18dbb61ed0087f741dd2bdf911ecf42fef':
Fix for native leaks in YuvToJpegEncoder.cpp
2014-04-30 19:07:01 +00:00
Michael Wright
809c369892
am 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"
...
* commit '54c3529b4d3f86488799caa0e62a1f3929a79a39':
WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent
2014-04-30 19:06:40 +00:00
Michael Wright
54c3529b4d
Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"
2014-04-30 19:02:56 +00:00
Elliott Hughes
91ff3c18db
am 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncoder.cpp"
...
* commit '7d3f9e9730b100de4c0e643e13bf59bf54ef7819':
Fix for native leaks in YuvToJpegEncoder.cpp
2014-04-30 19:02:53 +00:00
Elliott Hughes
7d3f9e9730
Merge "Fix for native leaks in YuvToJpegEncoder.cpp"
2014-04-30 18:59:54 +00:00
Igor Viarheichyk
84410b054c
Fixes issue causing pseudolocalization of strings
...
in non-translatable resource files.
Change-Id: Ic8e5effc86226d5be00561ac71bab7695ef90376
2014-04-30 11:56:42 -07:00
Mindy Pereira
2920646cbe
Make touch slop region smaller for watch
...
Change-Id: I3ebe8855b13648dea5f9a374ec4daae6271f22db
2014-04-30 11:36:59 -07:00
Baligh Uddin
b77014828f
Import translations. DO NOT MERGE
...
Change-Id: I1ccf4c1b33a7aa11cbf76dd86a2dd13be3f31ab9
Auto-generated-cl: translation import
2014-04-30 09:48:51 -07:00
Narayan Kamath
21ccb07fbe
am 414d9405: am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint"
...
* commit '414d94059f3559b67b4da25a34de6d5312abe06f':
Cast CallVoidMethod's size_t parameters to jint
2014-04-30 15:37:58 +00:00
Narayan Kamath
516130ccb1
am dbbf431b: am d0f7f418: Merge "Freeing frame map"
...
* commit 'dbbf431b289bb7a01b43db3412ecab00abe18362':
Freeing frame map
2014-04-30 15:37:44 +00:00
Narayan Kamath
414d94059f
am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint"
...
* commit '56cd8dbfbdeebc36ccbd5b2beedaaaa3f13c8b07':
Cast CallVoidMethod's size_t parameters to jint
2014-04-30 15:13:02 +00:00
Narayan Kamath
dbbf431b28
am d0f7f418: Merge "Freeing frame map"
...
* commit 'd0f7f41828493b0679e908f7bb3ed3b8e838c463':
Freeing frame map
2014-04-30 15:12:58 +00:00