160dfb5a1f
The device side assertion calls printf to write out a message. In the device compiler, printf is expanded into a series of hostcalls that transmit the printf payload to the host. This expansion increases the length of the kernel, resulting in sub-optimal compilation. The solution is to ensure that the assert() implementation is not inlined into the kernel. Change-Id: Ia3a075461a755cf007218f262b0863e1926c76aa