commit | c7a8e2422445030b9312470abca23c966b6367c7 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Fri Jan 13 14:17:29 2012 +0100 |
committer | David 'Digit' Turner <digit@google.com> | Fri Jan 13 14:21:42 2012 +0100 |
tree | 67e2bf5be90a682b1523ff2a7bad4ae97049ef3b | |
parent | 83bc7f3cf78b28a818417f40a4f0c00593993366 [diff] |
media/mtp: Add missing LOCAL_C_INCLUDES One of the source files here is including <cutils/tztime.h> which itself includes <bionic_time.h>, a private C library header used to define the strftime_tz() extension (which used to be declared in <time.h> but was moved there instead). Add a missing C include path to let our code compile as usual. Change-Id: I6aac2f1d3d15ad182679c81ff3f4febff74eb671