summaryrefslogtreecommitdiff
path: root/mmodules
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2019-11-25 21:33:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-11-25 21:33:32 +0000
commit0315c1bd963859bc3703669183932545469dd360 (patch)
treec6f54dda2775d34992b202c73474e9f5fe1a1bb9 /mmodules
parent08299d4dd2bc87732f496286101ce3c295636271 (diff)
parent47679792d4a31b99adb02e3c8fe58d6666953079 (diff)
Merge "Pass runtimeFlags to postForkSystemServer"
Diffstat (limited to 'mmodules')
-rw-r--r--mmodules/core_platform_api/api/platform/current-api.txt2
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();