OSDN Git Service

ZygoteInit: remove duplicate preloadOpenGL call
authorNick Kralevich <nnk@google.com>
Tue, 14 Mar 2017 16:25:40 +0000 (09:25 -0700)
committerNick Kralevich <nnk@google.com>
Tue, 14 Mar 2017 16:27:50 +0000 (09:27 -0700)
commit0fcb43ac759ebc7013819d1880393ac45c53a1cb
tree7b886350fd805d15dd8bfc4ee9f2ae66b366b0fd
parentd9864e2511bef09499cf9ec3f47747af3fe3d6b9
ZygoteInit: remove duplicate preloadOpenGL call

Commit ba0370eef3d17baa70d43723e96eb135c8e4ed58 added a call to
preloadOpenGL(), The nyc-mr2-dev cherrypick of that same commit
(b3a1417663d64fe003b03c97e2f24b6eeba3f9dc) was improperly handled
by the automerger and added yet another call to preloadOpenGL().
Remove the duplicate call.

Test: code compiles.
Change-Id: Ie2a1c73155197506ee9571f2c05988c77a750281
core/java/com/android/internal/os/ZygoteInit.java