summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/androidfw/Android.mk')
-rw-r--r--libs/androidfw/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/androidfw/Android.mk b/libs/androidfw/Android.mk
index dbee7ed..376b101 100644
--- a/libs/androidfw/Android.mk
+++ b/libs/androidfw/Android.mk
@@ -42,6 +42,7 @@ hostSources := \
# =====================================================
include $(CLEAR_VARS)
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_SRC_FILES:= $(hostSources)
@@ -63,6 +64,7 @@ include $(BUILD_HOST_STATIC_LIBRARY)
# =====================================================
include $(CLEAR_VARS)
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_SRC_FILES:= $(deviceSources)