OSDN Git Service

android-x86/frameworks-base.git
10 years agoam 1cec7f85: Merge "Don\'t adjust ABI if PackageSetting#pkg is null."
Narayan Kamath [Thu, 1 May 2014 14:00:52 +0000 (14:00 +0000)]
am 1cec7f85: Merge "Don\'t adjust ABI if PackageSetting#pkg is null."

* commit '1cec7f8539e6465ff80577169d7d07df3c2574b7':
  Don't adjust ABI if PackageSetting#pkg is null.

10 years agoam 27f2bfc4: Merge "Fix dex file pruning logic."
Narayan Kamath [Thu, 1 May 2014 14:00:49 +0000 (14:00 +0000)]
am 27f2bfc4: Merge "Fix dex file pruning logic."

* commit '27f2bfc406157039c5241f6a4f38f597b2076e2a':
  Fix dex file pruning logic.

10 years agoam bcc3b312: Merge "Adjust instruction sets for shared UID apps."
Narayan Kamath [Thu, 1 May 2014 14:00:46 +0000 (14:00 +0000)]
am bcc3b312: Merge "Adjust instruction sets for shared UID apps."

* commit 'bcc3b312b0662ae2f8b8444eaedd5f35fc75c411':
  Adjust instruction sets for shared UID apps.

10 years agoam 2a9a0471: Merge "Package manager changes for dual zygote stack."
Narayan Kamath [Thu, 1 May 2014 14:00:43 +0000 (14:00 +0000)]
am 2a9a0471: Merge "Package manager changes for dual zygote stack."

* commit '2a9a047140b8da8f9cd7147c8bed60eeb61d1b6a':
  Package manager changes for dual zygote stack.

10 years agoMerge "Don't adjust ABI if PackageSetting#pkg is null."
Narayan Kamath [Thu, 1 May 2014 13:56:58 +0000 (13:56 +0000)]
Merge "Don't adjust ABI if PackageSetting#pkg is null."

10 years agoam 645a920f: Merge "Fix OEM native library path bug."
Narayan Kamath [Thu, 1 May 2014 13:56:59 +0000 (13:56 +0000)]
am 645a920f: Merge "Fix OEM native library path bug."

* commit '645a920fd2c478c545c6bb659f2eab36545fe116':
  Fix OEM native library path bug.

10 years agoam 986b901a: Merge "Fix native-lib dir assignment & updating"
Narayan Kamath [Thu, 1 May 2014 13:56:56 +0000 (13:56 +0000)]
am 986b901a: Merge "Fix native-lib dir assignment & updating"

* commit '986b901ae280928e91193527f7c883b296fc62fc':
  Fix native-lib dir assignment & updating

10 years agoDon't adjust ABI if PackageSetting#pkg is null.
Narayan Kamath [Wed, 30 Apr 2014 12:33:38 +0000 (13:33 +0100)]
Don't adjust ABI if PackageSetting#pkg is null.

If means the package hasn't been scanned yet, and we
will adjust the ABI during the scan of the last package
in the shared user group.

NOTE: This needs some more cleaning up, which will be
done along with the remaining TODO in this function.

(cherry picked from commit 6609990e35b11c38f55f6e632160d4f2ff201ea3)

Change-Id: Ibace7849485865054e062d2b979f320bf89ff0f3

10 years agoMerge "Fix dex file pruning logic."
Narayan Kamath [Thu, 1 May 2014 13:56:34 +0000 (13:56 +0000)]
Merge "Fix dex file pruning logic."

10 years agoFix dex file pruning logic.
Narayan Kamath [Tue, 29 Apr 2014 15:49:27 +0000 (16:49 +0100)]
Fix dex file pruning logic.

We should now prune all normal files from /data/dalvik-cache
in addition to looking for dex files in all subdirectories of
/data/dalvik-cache.

(cherry picked from commit 51a6f9253399588eedf77d75c578d9aa23d11529)

Change-Id: I536dfdc48e94155e7be64eb4efd9f7f2a1d2d00a

10 years agoMerge "Adjust instruction sets for shared UID apps."
Narayan Kamath [Thu, 1 May 2014 13:55:48 +0000 (13:55 +0000)]
Merge "Adjust instruction sets for shared UID apps."

10 years agoAdjust instruction sets for shared UID apps.
Narayan Kamath [Mon, 28 Apr 2014 13:18:34 +0000 (14:18 +0100)]
Adjust instruction sets for shared UID apps.

Since shared UID apps are run in the same process,
we'll need to make sure they're compiled for the same
instruction set.

This change implements the recompilation of apps that
don't have any ABI constraints.

Apps that *do* have ABI constraints are harder to deal
with, since we'll need to rescan them to figure out the
full list of ABIs they support and then re-extract the
native libraries from these apps once we find an ABI we
can use throughout.

(cherry picked from commit 85703d58af1dac692d7d83c03220e45ab2a5aded)

Change-Id: I8311a683468488cc7e30381965487a3d391609ae

10 years agoMerge "Package manager changes for dual zygote stack."
Narayan Kamath [Thu, 1 May 2014 13:55:05 +0000 (13:55 +0000)]
Merge "Package manager changes for dual zygote stack."

10 years agoPackage manager changes for dual zygote stack.
Narayan Kamath [Thu, 1 May 2014 10:41:20 +0000 (11:41 +0100)]
Package manager changes for dual zygote stack.

- Pass down the app's instruction set to dexopt so that
  it can compile the dex file for the right architecture.

- Also pass down the app's instruction set to rmdex, movedex
  and getSize so that they can construct the cache file
  location properly.

- Temporarily compile "system" jars such as am,wm etc. for
  both architectures. A follow up change will ensure that
  they're compiled only for one architecture (the same
  arch. as the system server).

- Java "shared" libraries are now compiled for the right
  architecture when an app requires them.

- Improve the app native library ABI detection to account
  for system apps installed in /system/lib{64}/<packagename>
  and also handle sdcard and forward locked apps correctly.

(cherry-picked from commit b4d35dc8e9702f9d0d82d35a105f0eea35672b52)

10 years agoam fde59428: Merge "Handle /oem and /vendor as well"
Narayan Kamath [Thu, 1 May 2014 13:53:08 +0000 (13:53 +0000)]
am fde59428: Merge "Handle /oem and /vendor as well"

* commit 'fde594288bff0b8f95567e6b27f273f50f0c5f87':
  Handle /oem and /vendor as well

10 years agoam d91358b2: Merge "Support per-package lib dirs for bundled apps"
Narayan Kamath [Thu, 1 May 2014 13:52:59 +0000 (13:52 +0000)]
am d91358b2: Merge "Support per-package lib dirs for bundled apps"

* commit 'd91358b2b977ef7c3551a486f51475c0441aba6e':
  Support per-package lib dirs for bundled apps

10 years agoam b916d8ad: Merge "Implement FileUtils#contains."
Narayan Kamath [Thu, 1 May 2014 13:52:55 +0000 (13:52 +0000)]
am b916d8ad: Merge "Implement FileUtils#contains."

* commit 'b916d8adffd7ea3588bc178e1ee03f68f0a409e5':
  Implement FileUtils#contains.

10 years agoMerge "Fix OEM native library path bug."
Narayan Kamath [Thu, 1 May 2014 13:52:44 +0000 (13:52 +0000)]
Merge "Fix OEM native library path bug."

10 years agoFix OEM native library path bug.
Jeff Sharkey [Thu, 24 Apr 2014 21:11:08 +0000 (14:11 -0700)]
Fix OEM native library path bug.

Bug: 13340779

(cherry picked from commit 7d3328d14bbbee01a9de1ff5b13b0446c709d835)

Change-Id: I1b4c5d138cafe3651d475ca1e048f495ff6c5f10

10 years agoMerge "Fix native-lib dir assignment & updating"
Narayan Kamath [Thu, 1 May 2014 13:52:16 +0000 (13:52 +0000)]
Merge "Fix native-lib dir assignment & updating"

10 years agoFix native-lib dir assignment & updating
Christopher Tate [Wed, 23 Apr 2014 23:55:57 +0000 (16:55 -0700)]
Fix native-lib dir assignment & updating

The per-package /system/lib/* feature introduced bugs in the
native library path handling during app upgrade installs.  The
crux of the fix is that when recalulating the desired native
library directory, the basis for the calculation needs to be
the scanned APK's location rather than the extant package
settings entry -- because that entry refers to the pre-upgrade
state of the application, not the new state.

Bug 14233983

(cherry picked from commit 353e39a973dbbadce82fee2f83ad194e04a47449)

Change-Id: I26f17a596ca2cd7f963955c0642548c15138ae26

10 years agoMerge "Handle /oem and /vendor as well"
Narayan Kamath [Thu, 1 May 2014 13:51:44 +0000 (13:51 +0000)]
Merge "Handle /oem and /vendor as well"

10 years agoHandle /oem and /vendor as well
Christopher Tate [Fri, 18 Apr 2014 19:24:57 +0000 (12:24 -0700)]
Handle /oem and /vendor as well

Bug 13170859

(cherry-picked from commit 740888f62eae158d5775be716620f0d56d87f587)

Change-Id: I7b5e206697fcbec146cac6cd83fca5c583a8cbd7

10 years agoMerge "Support per-package lib dirs for bundled apps"
Narayan Kamath [Thu, 1 May 2014 13:51:08 +0000 (13:51 +0000)]
Merge "Support per-package lib dirs for bundled apps"

10 years agoSupport per-package lib dirs for bundled apps
Narayan Kamath [Thu, 1 May 2014 12:35:34 +0000 (13:35 +0100)]
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

10 years agoMerge "Implement FileUtils#contains."
Narayan Kamath [Thu, 1 May 2014 13:50:35 +0000 (13:50 +0000)]
Merge "Implement FileUtils#contains."

10 years agoImplement FileUtils#contains.
Narayan Kamath [Thu, 1 May 2014 13:01:44 +0000 (14:01 +0100)]
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

10 years agoam 41f40581: Merge "Fix x86 build in app_process."
Narayan Kamath [Thu, 1 May 2014 10:39:55 +0000 (10:39 +0000)]
am 41f40581: Merge "Fix x86 build in app_process."

* commit '41f40581ee0284660d30be8ef28f6bf721c4ce10':
  Fix x86 build in app_process.

10 years agoam 27b03e62: Merge "Create arch specific cache dirs during zygote startup."
Narayan Kamath [Thu, 1 May 2014 10:39:52 +0000 (10:39 +0000)]
am 27b03e62: Merge "Create arch specific cache dirs during zygote startup."

* commit '27b03e6272479ed82762a4a5d6e4be4f26c1ed58':
  Create arch specific cache dirs during zygote startup.

10 years agoMerge "Fix x86 build in app_process."
Narayan Kamath [Thu, 1 May 2014 10:36:31 +0000 (10:36 +0000)]
Merge "Fix x86 build in app_process."

10 years agoMerge "Create arch specific cache dirs during zygote startup."
Narayan Kamath [Thu, 1 May 2014 10:36:27 +0000 (10:36 +0000)]
Merge "Create arch specific cache dirs during zygote startup."

10 years agoFix x86 build in app_process.
Narayan Kamath [Wed, 30 Apr 2014 15:45:07 +0000 (16:45 +0100)]
Fix x86 build in app_process.

Look for __i386__ and not __x86__.

(cherry picked from commit 47d526217b3fd0d17ba751c66d25cfaf1c6ed7cd)

Change-Id: I848ba351c378e59ab6744ca1983ae4463ae75ba4

10 years agoCreate arch specific cache dirs during zygote startup.
Narayan Kamath [Fri, 25 Apr 2014 10:43:22 +0000 (11:43 +0100)]
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

10 years agoam fbb0ab02: Merge "Fix broken logging in Zygote.cpp."
Narayan Kamath [Thu, 1 May 2014 10:18:11 +0000 (10:18 +0000)]
am fbb0ab02: Merge "Fix broken logging in Zygote.cpp."

* commit 'fbb0ab02bed5c49159acb3dba6848a154e524169':
  Fix broken logging in Zygote.cpp.

10 years agoMerge "Fix broken logging in Zygote.cpp."
Narayan Kamath [Thu, 1 May 2014 10:15:00 +0000 (10:15 +0000)]
Merge "Fix broken logging in Zygote.cpp."

10 years agoFix broken logging in Zygote.cpp.
Narayan Kamath [Mon, 14 Apr 2014 13:46:07 +0000 (14:46 +0100)]
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

10 years agoam 86315c45: Merge "Fixes issue causing pseudolocalization of strings in non-translat...
Elliott Hughes [Wed, 30 Apr 2014 21:33:06 +0000 (21:33 +0000)]
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.

10 years agoMerge "Fixes issue causing pseudolocalization of strings in non-translatable resource...
Elliott Hughes [Wed, 30 Apr 2014 21:29:52 +0000 (21:29 +0000)]
Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files."

10 years agoam 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpap...
Michael Wright [Wed, 30 Apr 2014 19:06:40 +0000 (19:06 +0000)]
am 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"

* commit '54c3529b4d3f86488799caa0e62a1f3929a79a39':
  WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent

10 years agoMerge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"
Michael Wright [Wed, 30 Apr 2014 19:02:56 +0000 (19:02 +0000)]
Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"

10 years agoam 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncoder.cpp"
Elliott Hughes [Wed, 30 Apr 2014 19:02:53 +0000 (19:02 +0000)]
am 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncoder.cpp"

* commit '7d3f9e9730b100de4c0e643e13bf59bf54ef7819':
  Fix for native leaks in YuvToJpegEncoder.cpp

10 years agoMerge "Fix for native leaks in YuvToJpegEncoder.cpp"
Elliott Hughes [Wed, 30 Apr 2014 18:59:54 +0000 (18:59 +0000)]
Merge "Fix for native leaks in YuvToJpegEncoder.cpp"

10 years agoFixes issue causing pseudolocalization of strings
Igor Viarheichyk [Wed, 30 Apr 2014 18:56:42 +0000 (11:56 -0700)]
Fixes issue causing pseudolocalization of strings
in non-translatable resource files.

Change-Id: Ic8e5effc86226d5be00561ac71bab7695ef90376

10 years agoam 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint"
Narayan Kamath [Wed, 30 Apr 2014 15:13:02 +0000 (15:13 +0000)]
am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint"

* commit '56cd8dbfbdeebc36ccbd5b2beedaaaa3f13c8b07':
  Cast CallVoidMethod's size_t parameters to jint

10 years agoam d0f7f418: Merge "Freeing frame map"
Narayan Kamath [Wed, 30 Apr 2014 15:12:58 +0000 (15:12 +0000)]
am d0f7f418: Merge "Freeing frame map"

* commit 'd0f7f41828493b0679e908f7bb3ed3b8e838c463':
  Freeing frame map

10 years agoMerge "Cast CallVoidMethod's size_t parameters to jint"
Narayan Kamath [Wed, 30 Apr 2014 13:34:04 +0000 (13:34 +0000)]
Merge "Cast CallVoidMethod's size_t parameters to jint"

10 years agoMerge "Freeing frame map"
Narayan Kamath [Wed, 30 Apr 2014 10:58:30 +0000 (10:58 +0000)]
Merge "Freeing frame map"

10 years agoFreeing frame map
Mykola Kondratenko [Tue, 15 Apr 2014 07:35:44 +0000 (09:35 +0200)]
Freeing frame map

FileMap memory is never released until application exit

Release it now as the texture is already loaded and the memory
used for the packed resource can be released.

Change-Id: Id08a1e466337b3a0179684eb6a444e18147ee343

10 years agoWallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent
Allen Shen [Tue, 29 Apr 2014 08:16:29 +0000 (16:16 +0800)]
WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent

Originally the api 'getCropAndSetWallpaperIntent' does not check
whether the parsed parameter is a NULL pointer, as leads to the
whole app crash if it call this api with a null parameter accidentally.
A null pointer check logic is added into its original parameter check
logic, so that this API will throw an IllegalArgumentException if it
is parsed with a null pointer

Change-Id: Ib7de40e571419d09e1a744edc969eb7162766b75

10 years agoFix build error
Bill Yi [Wed, 30 Apr 2014 01:52:48 +0000 (18:52 -0700)]
Fix build error

Change-Id: I6f52954a780b747f1ad2a4e429ef192d58c40e76

10 years agoam ade631ee: Merge "NULL previous background bitmap upon changing wallpaper"
Michael Wright [Wed, 30 Apr 2014 01:22:05 +0000 (01:22 +0000)]
am ade631ee: Merge "NULL previous background bitmap upon changing wallpaper"

* commit 'ade631eed0df228e343f2a00db653058ff588846':
  NULL previous background bitmap upon changing wallpaper

10 years agoMerge "NULL previous background bitmap upon changing wallpaper"
Michael Wright [Wed, 30 Apr 2014 01:19:10 +0000 (01:19 +0000)]
Merge "NULL previous background bitmap upon changing wallpaper"

10 years agoam 357c75e7: Merge "Add missing character combinations for international layouts"
Michael Wright [Wed, 30 Apr 2014 00:07:11 +0000 (00:07 +0000)]
am 357c75e7: Merge "Add missing character combinations for international layouts"

* commit '357c75e74760933f05ff89352ee86dd540633782':
  Add missing character combinations for international layouts

10 years agoam 8a02b20f: Merge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverl...
Michael Wright [Wed, 30 Apr 2014 00:03:29 +0000 (00:03 +0000)]
am 8a02b20f: Merge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()"

* commit '8a02b20f6f3fdd5baa5d22321769303ce76ba80a':
  Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()

10 years agoMerge "Add missing character combinations for international layouts"
Michael Wright [Wed, 30 Apr 2014 00:01:38 +0000 (00:01 +0000)]
Merge "Add missing character combinations for international layouts"

10 years agoMerge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()"
Michael Wright [Tue, 29 Apr 2014 23:58:16 +0000 (23:58 +0000)]
Merge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()"

10 years agoMerge commit '0b62467b142b61ee1e449ba958ba37dfd961ef56' into HEAD
Bill Yi [Tue, 29 Apr 2014 23:07:29 +0000 (16:07 -0700)]
Merge commit '0b62467b142b61ee1e449ba958ba37dfd961ef56' into HEAD

10 years agoam af40649e: Merge "Set NO_NEW_PRIVS on zygote init"
Nick Kralevich [Tue, 29 Apr 2014 22:24:32 +0000 (22:24 +0000)]
am af40649e: Merge "Set NO_NEW_PRIVS on zygote init"

* commit 'af40649e4ad506e312b53518cd2b9f2b58dee3ba':
  Set NO_NEW_PRIVS on zygote init

10 years agoMerge "Set NO_NEW_PRIVS on zygote init"
Nick Kralevich [Tue, 29 Apr 2014 22:20:47 +0000 (22:20 +0000)]
Merge "Set NO_NEW_PRIVS on zygote init"

10 years agoSet NO_NEW_PRIVS on zygote init
Nick Kralevich [Fri, 25 Apr 2014 22:01:24 +0000 (15:01 -0700)]
Set NO_NEW_PRIVS on zygote init

When app_process/zygote starts, make sure PR_SET_NO_NEW_PRIVS is set.
This prevents zygote spawned apps from acquiring new privileges
on exec.

In particular, this allows the CTS test
android.os.cts.SecurityFeaturesTest#testNoNewPrivs() to pass if ART is set
as the default runtime.

Change-Id: I81139cda999c7b1430242561aad28f566e9b6da0

10 years agoam 5c220cc4: (-s ours) Merge "DO NOT MERGE Add invokeFunctor stub"
Selim Gurun [Tue, 29 Apr 2014 18:45:53 +0000 (18:45 +0000)]
am 5c220cc4: (-s ours) Merge "DO NOT MERGE Add invokeFunctor stub"

* commit '5c220cc4e4c0584a9083529b58e30e17ab7d2d9e':
  DO NOT MERGE Add invokeFunctor stub

10 years agoMerge "DO NOT MERGE Add invokeFunctor stub"
Selim Gurun [Tue, 29 Apr 2014 18:42:25 +0000 (18:42 +0000)]
Merge "DO NOT MERGE Add invokeFunctor stub"

10 years agoDO NOT MERGE Add invokeFunctor stub
Bo Liu [Tue, 29 Apr 2014 18:38:37 +0000 (11:38 -0700)]
DO NOT MERGE Add invokeFunctor stub

Change-Id: Ib7637d68c4f63065b909075a8f5d8cd1dd0674bd

10 years agoAdd missing character combinations for international layouts
Mathieu Meisser [Tue, 17 Dec 2013 17:07:40 +0000 (18:07 +0100)]
Add missing character combinations for international layouts

Czech: add missing capslock for numbers and shift+ralt
mappings.
Slovak: fix wrong ralt mappings, add missing ralt mappings
and fixed wrong PLUS key character.
US intl: add missing capslock+ralt support.
Swiss French and Swiss German: add missing ralt mapping for key
numbers 4 and 5, and add missing capslock and capslock+
shift for SEMICOLON and APOSTROPHE.

Change-Id: I02c94bf13d5268d5d1e648c96b7251cb7564f233
Signed-off-by: Olivier Gay <ogay@logitech.com>
Signed-off-by: Manuel Carthoblaz <mcarthob@logitech.com>
Signed-off-by: Mathieu Meisser <mmeisser@logitech.com>
10 years agoam 10d57c4b: Merge "Fix two zygote imports."
Elliott Hughes [Tue, 29 Apr 2014 04:01:01 +0000 (04:01 +0000)]
am 10d57c4b: Merge "Fix two zygote imports."

* commit '10d57c4bc7459d0c73b254af006a3528e9a0c33e':
  Fix two zygote imports.

10 years agoam 2e9d924d: Merge "Remove unused import."
Elliott Hughes [Tue, 29 Apr 2014 03:56:19 +0000 (03:56 +0000)]
am 2e9d924d: Merge "Remove unused import."

* commit '2e9d924d4f4275c72df4be28d85482064cee43f8':
  Remove unused import.

10 years agoMerge "Fix two zygote imports."
Elliott Hughes [Tue, 29 Apr 2014 03:54:49 +0000 (03:54 +0000)]
Merge "Fix two zygote imports."

10 years agoFix two zygote imports.
Elliott Hughes [Tue, 29 Apr 2014 03:53:52 +0000 (20:53 -0700)]
Fix two zygote imports.

Change-Id: I5eea2d9f48479c33e1594aaa259274e5e787a1df

10 years agoMerge "Remove unused import."
Elliott Hughes [Tue, 29 Apr 2014 03:52:10 +0000 (03:52 +0000)]
Merge "Remove unused import."

10 years agoRemove unused import.
Elliott Hughes [Tue, 29 Apr 2014 03:51:34 +0000 (20:51 -0700)]
Remove unused import.

Change-Id: I3f6a035cda55859a7a521f3117da72ee962beb63

10 years agoam f4a7ac00: Merge "Move the Zygote off libcore.os and onto android.system."
Elliott Hughes [Tue, 29 Apr 2014 02:31:34 +0000 (02:31 +0000)]
am f4a7ac00: Merge "Move the Zygote off libcore.os and onto android.system."

* commit 'f4a7ac00a734343b8d2760def352cbdf99fa08c7':
  Move the Zygote off libcore.os and onto android.system.

10 years agoMerge "Move the Zygote off libcore.os and onto android.system."
Elliott Hughes [Tue, 29 Apr 2014 02:28:06 +0000 (02:28 +0000)]
Merge "Move the Zygote off libcore.os and onto android.system."

10 years agoMove the Zygote off libcore.os and onto android.system.
Elliott Hughes [Tue, 29 Apr 2014 02:19:13 +0000 (19:19 -0700)]
Move the Zygote off libcore.os and onto android.system.

Change-Id: Iaa20e50b05fad355bdf15bcfdc58efc9941c400c

10 years agoam 2336c4ec: Merge "Fix build."
Elliott Hughes [Mon, 28 Apr 2014 19:45:06 +0000 (19:45 +0000)]
am 2336c4ec: Merge "Fix build."

* commit '2336c4ecc5735eb374e5c804b1fe863650c24d7f':
  Fix build.

10 years agoMerge "Fix build."
Elliott Hughes [Mon, 28 Apr 2014 19:41:24 +0000 (19:41 +0000)]
Merge "Fix build."

10 years agoFix build.
Elliott Hughes [Mon, 28 Apr 2014 19:40:12 +0000 (12:40 -0700)]
Fix build.

Change-Id: I0bd6e1aac19276bf664accd8d38f86d2cc7450cc

10 years agoam bbd87eb9: Merge "Track libcore.os\' move to android.system."
Elliott Hughes [Mon, 28 Apr 2014 18:17:06 +0000 (18:17 +0000)]
am bbd87eb9: Merge "Track libcore.os\' move to android.system."

* commit 'bbd87eb9193e9730869171324ee4f5fc1abeae55':
  Track libcore.os' move to android.system.

10 years agoMerge "Track libcore.os' move to android.system."
Elliott Hughes [Mon, 28 Apr 2014 18:13:59 +0000 (18:13 +0000)]
Merge "Track libcore.os' move to android.system."

10 years agoam 0cd623bb: Merge "Use Runtime.gc instead of System.gc for DDMS."
Mathieu Chartier [Mon, 28 Apr 2014 18:13:07 +0000 (18:13 +0000)]
am 0cd623bb: Merge "Use Runtime.gc instead of System.gc for DDMS."

* commit '0cd623bb9f832194cdd9c08625fa32583e947c76':
  Use Runtime.gc instead of System.gc for DDMS.

10 years agoTrack libcore.os' move to android.system.
Elliott Hughes [Mon, 28 Apr 2014 18:11:32 +0000 (11:11 -0700)]
Track libcore.os' move to android.system.

(This is partial, but should cover everything in AOSP master except
for the zygote.)

Change-Id: I1042c99245765746a744c44e714095cb2c6cb75d

10 years agoMerge "Use Runtime.gc instead of System.gc for DDMS."
Mathieu Chartier [Mon, 28 Apr 2014 18:10:41 +0000 (18:10 +0000)]
Merge "Use Runtime.gc instead of System.gc for DDMS."

10 years agoUse Runtime.gc instead of System.gc for DDMS.
Mathieu Chartier [Mon, 28 Apr 2014 17:16:17 +0000 (10:16 -0700)]
Use Runtime.gc instead of System.gc for DDMS.

System.gc doesn't always do a GC unless to attempt to run the
finalizers after you call System.gc.

Bug: 14325353
Change-Id: Iebed7fad5576d610cea13a86e7d3d46652c67478

10 years agoam 3f4867f4: Merge "Telephony: Add functionality to handle ICC IO error"
Wink Saville [Sat, 26 Apr 2014 00:20:02 +0000 (00:20 +0000)]
am 3f4867f4: Merge "Telephony: Add functionality to handle ICC IO error"

* commit '3f4867f49d6c1932117e3519ce10d11f37829f19':
  Telephony: Add functionality to handle ICC IO error

10 years agoMerge "Telephony: Add functionality to handle ICC IO error"
Wink Saville [Fri, 25 Apr 2014 23:58:11 +0000 (23:58 +0000)]
Merge "Telephony: Add functionality to handle ICC IO error"

10 years agoam ac732708: Merge "EventLog: event log translation errors"
Mark Salyzyn [Fri, 25 Apr 2014 22:03:20 +0000 (22:03 +0000)]
am ac732708: Merge "EventLog: event log translation errors"

* commit 'ac7327082c411617f7937b87575c117bd63ad9df':
  EventLog: event log translation errors

10 years agoMerge "EventLog: event log translation errors"
Mark Salyzyn [Fri, 25 Apr 2014 21:59:18 +0000 (21:59 +0000)]
Merge "EventLog: event log translation errors"

10 years agoEventLog: event log translation errors
Mark Salyzyn [Fri, 25 Apr 2014 20:25:18 +0000 (13:25 -0700)]
EventLog: event log translation errors

- Deal with L using v3 event log format, or K using v1 or v2 event log format

Change-Id: Id4fb205f51b7e506135888d565acf1604497b91f

10 years agoam adcf38c9: Merge "Release DrmManagerClient resources"
Marco Nelissen [Fri, 25 Apr 2014 14:46:35 +0000 (14:46 +0000)]
am adcf38c9: Merge "Release DrmManagerClient resources"

* commit 'adcf38c9936fa372309d413cec03a1413e797c7a':
  Release DrmManagerClient resources

10 years agoMerge "Release DrmManagerClient resources"
Marco Nelissen [Fri, 25 Apr 2014 14:42:02 +0000 (14:42 +0000)]
Merge "Release DrmManagerClient resources"

10 years agoam 8c2d70f5: Merge "Add a stub for forgotten callback to fix master-gpl."
Selim Gurun [Fri, 25 Apr 2014 01:12:46 +0000 (01:12 +0000)]
am 8c2d70f5: Merge "Add a stub for forgotten callback to fix master-gpl."

* commit '8c2d70f5e8dfe64213f44c29562fe4240779b68b':
  Add a stub for forgotten callback to fix master-gpl.

10 years agoMerge "Add a stub for forgotten callback to fix master-gpl."
Selim Gurun [Fri, 25 Apr 2014 01:08:48 +0000 (01:08 +0000)]
Merge "Add a stub for forgotten callback to fix master-gpl."

10 years agoAdd a stub for forgotten callback to fix master-gpl.
Selim Gurun [Fri, 25 Apr 2014 01:04:04 +0000 (18:04 -0700)]
Add a stub for forgotten callback to fix master-gpl.

Change-Id: I375dba89403d09dc39f696de04e0811633ecc803

10 years agoam adad989b: Merge "Add a stub to fix master-gpl"
Selim Gurun [Fri, 25 Apr 2014 00:41:59 +0000 (00:41 +0000)]
am adad989b: Merge "Add a stub to fix master-gpl"

* commit 'adad989b6a2c736f427526e747dcb89ed9762bab':
  Add a stub to fix master-gpl

10 years agoMerge "Add a stub to fix master-gpl"
Selim Gurun [Fri, 25 Apr 2014 00:39:09 +0000 (00:39 +0000)]
Merge "Add a stub to fix master-gpl"

10 years agoAdd a stub to fix master-gpl
Selim Gurun [Fri, 25 Apr 2014 00:29:55 +0000 (17:29 -0700)]
Add a stub to fix master-gpl

Change-Id: I4cadd3a6e33843ccac4ef2eacbe508e40628367c

10 years agoam 31a1dd2a: Merge "Use the suggested public API instead of libcore.os."
Elliott Hughes [Thu, 24 Apr 2014 23:55:09 +0000 (23:55 +0000)]
am 31a1dd2a: Merge "Use the suggested public API instead of libcore.os."

* commit '31a1dd2a8f56b439861ee335b55f44323318830c':
  Use the suggested public API instead of libcore.os.

10 years agoMerge "Use the suggested public API instead of libcore.os."
Elliott Hughes [Thu, 24 Apr 2014 23:52:16 +0000 (23:52 +0000)]
Merge "Use the suggested public API instead of libcore.os."

10 years agoUse the suggested public API instead of libcore.os.
Elliott Hughes [Thu, 24 Apr 2014 00:58:57 +0000 (17:58 -0700)]
Use the suggested public API instead of libcore.os.

Change-Id: Id392e4c36c5721ca609d88d9ec6b9340ce05274c

10 years agoam c717179e: Merge "jni: android_util_Process 64 bit issues"
Mark Salyzyn [Thu, 24 Apr 2014 22:14:02 +0000 (22:14 +0000)]
am c717179e: Merge "jni: android_util_Process 64 bit issues"

* commit 'c717179e4fec346334fe4bb8603184499b746179':
  jni: android_util_Process 64 bit issues

10 years agoMerge "jni: android_util_Process 64 bit issues"
Mark Salyzyn [Thu, 24 Apr 2014 22:10:22 +0000 (22:10 +0000)]
Merge "jni: android_util_Process 64 bit issues"