Remove header from LOCAL_SRC_FILES

The build system does not use headers in LOCAL_SRC_FILES. To prevent
typos, it's now a warning to add something to LOCAL_SRC_FILES that
is not used.

Change-Id: Ieb6c6d383c04005077043d04f1b4985964ef0341
This commit is contained in:
Dan Willemsen 2016-02-01 19:31:13 -08:00
parent 94eebcfa77
commit d0c1f170d6

View file

@ -28,7 +28,6 @@ LOCAL_CFLAGS := -DLOG_TAG=\"MultiHal\"
LOCAL_SRC_FILES := \
multihal.cpp \
SensorEventQueue.h \
SensorEventQueue.cpp \
LOCAL_SHARED_LIBRARIES := \