Android 7.1.1 release 25
Remove .ipp from LOCAL_SRC_FILES

The build system does not use .ipp files in LOCAL_SRC_FILES, they are
used by #include'ing them from other source files. To prevent typos,
it's becoming a warning to add something to LOCAL_SRC_FILES that is not
used.

Change-Id: I3b6c64a456777f8e22166e8b9129760b516692bf
1 file changed