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:
parent
94eebcfa77
commit
d0c1f170d6
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ LOCAL_CFLAGS := -DLOG_TAG=\"MultiHal\"
|
|||
|
||||
LOCAL_SRC_FILES := \
|
||||
multihal.cpp \
|
||||
SensorEventQueue.h \
|
||||
SensorEventQueue.cpp \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
|
|
Loading…
Reference in a new issue