OSDN Git Service

surfaceflinger: Make all sources depend on Android.mk
authorJesse Hall <jessehall@google.com>
Mon, 14 Jul 2014 22:32:59 +0000 (15:32 -0700)
committerJesse Hall <jessehall@google.com>
Mon, 14 Jul 2014 22:32:59 +0000 (15:32 -0700)
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

services/surfaceflinger/Android.mk

index 888d2f8..f279491 100644 (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 \