surfaceflinger: Make all sources depend on Android.mk

This forces all SurfaceFlinger sources to be recompiled when the
Makefile changes; that's overkill sometimes but makes sure everything
gets recompiled when compile options (or similar) changes.

Change-Id: I2b3c3090fc1c35078e13c77fbb1a78d447c39158
This commit is contained in:
Jesse Hall 2014-07-14 15:32:59 -07:00
parent b154c42c39
commit e9b23b6588
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ include $(CLEAR_VARS)
LOCAL_CLANG := true
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_SRC_FILES:= \
Client.cpp \
DisplayDevice.cpp \