Merge "Restore the "print" builtin." am: ad7a062c12

am: be32749ec0

Change-Id: I2632c14de0896ff3d43b8af4b8fa6c5d978d8215
This commit is contained in:
Elliott Hughes 2016-12-22 01:39:28 +00:00 committed by android-build-merger
commit 57198a7ef7

View file

@ -122,9 +122,7 @@ const struct builtin mkshbuiltins[] = {
{"kill", c_kill},
{"let", c_let},
{"let]", c_let},
#if !defined(__ANDROID__)
{"print", c_print},
#endif
{"pwd", c_pwd},
{Tread, c_read},
{Tsgreadonly, c_typeset},