From e9b23b6588a44d4205d466faf282de948ce09e51 Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Mon, 14 Jul 2014 15:32:59 -0700 Subject: [PATCH] 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 --- services/surfaceflinger/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk index 888d2f811..f279491f5 100644 --- a/services/surfaceflinger/Android.mk +++ b/services/surfaceflinger/Android.mk @@ -3,6 +3,7 @@ include $(CLEAR_VARS) LOCAL_CLANG := true +LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk LOCAL_SRC_FILES:= \ Client.cpp \ DisplayDevice.cpp \