# Copyright 2019 Google LLC. All rights reserved. This file and proprietary # source code may only be used and distributed under the Widevine License # Agreement. # These files are built into the ODK library on the device. They are also used # by the server and by test cocde. These files should compile on C99 compilers. { 'sources': [ 'odk.c', 'odk_message.c', 'odk_overflow.c', 'odk_serialize.c', 'odk_timer.c', 'odk_util.c', 'serialization_base.c', ], }