commit | 3203f2af9425f13ce2c4d99233a5fcdce6a0989c | [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 | 26386c41641030d3efcbf375ca8589f0ce935eb5 | |
parent | e00274a5ab8d16d1050adda84412016c01a469b3 [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