diff options
author | Mathieu Chartier <mathieuc@google.com> | 2019-11-25 21:33:32 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-11-25 21:33:32 +0000 |
commit | 0315c1bd963859bc3703669183932545469dd360 (patch) | |
tree | c6f54dda2775d34992b202c73474e9f5fe1a1bb9 /mmodules | |
parent | 08299d4dd2bc87732f496286101ce3c295636271 (diff) | |
parent | 47679792d4a31b99adb02e3c8fe58d6666953079 (diff) |
Merge "Pass runtimeFlags to postForkSystemServer"
Diffstat (limited to 'mmodules')
-rw-r--r-- | mmodules/core_platform_api/api/platform/current-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mmodules/core_platform_api/api/platform/current-api.txt b/mmodules/core_platform_api/api/platform/current-api.txt index 53c14c29e3..0ec5f9f056 100644 --- a/mmodules/core_platform_api/api/platform/current-api.txt +++ b/mmodules/core_platform_api/api/platform/current-api.txt @@ -751,7 +751,7 @@ package dalvik.system { method public static void onEndPreload(); method public static void postForkChild(int, boolean, boolean, String); method public static void postForkCommon(); - method public static void postForkSystemServer(); + method public static void postForkSystemServer(int); method public static void preFork(); method public static void startZygoteNoThreadCreation(); method public static void stopZygoteNoThreadCreation(); |