History log of /frameworks/wilhelm/src/data.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f6b4e7a2a5a7eb4067da1f7677530f450b0e4e6e 29-Apr-2017 Elliott Hughes <enh@google.com> Remove unused #include.

Bug: N/A
Test: builds
Change-Id: I26c36953d5bdaf316df2ff5afbd8b2836af7ab32
/frameworks/wilhelm/src/data.cpp
5a4ced0f2f153380d984826f82c26c7507273b66 18-Oct-2016 Colin Cross <ccross@android.com> Rename .c files compiled as c++ to .cpp

Compiling .c files as .cpp with -x c++ -std=c++11 is delicate, rename
the .c files to .cpp instead.

Also fix some other makefile issues:
Use LOCAL_EXPORT_C_INCLUDE_DIRS and LOCAL_EXPORT_SHARED_LIBRARY_HEADERS
instead of $(call include-path-for,...), which is deprecated.
Remove LOCAL_MODULE_TAGS := optional, that is the default.

Test: mma -j
Change-Id: I482be683abb4dffbb46fb4d1af07a5ec8fcfb908
/frameworks/wilhelm/src/data.cpp