surfaceflinger is now always running in its own process

Change-Id: I4e04e1aa181b3ebe661354edd0b8dbbfd7a623a6
This commit is contained in:
Mathias Agopian
2013-05-09 14:48:17 -07:00
parent 203a91a6ca
commit 4bdc882800

View File

@ -60,12 +60,6 @@ extern "C" status_t system_init()
sm->asBinder()->linkToDeath(grim, grim.get(), 0);
char propBuf[PROPERTY_VALUE_MAX];
property_get("system_init.startsurfaceflinger", propBuf, "1");
if (strcmp(propBuf, "1") == 0) {
// Start the SurfaceFlinger
SurfaceFlinger::instantiate();
}
property_get("system_init.startsensorservice", propBuf, "1");
if (strcmp(propBuf, "1") == 0) {
// Start the sensor service