summaryrefslogtreecommitdiffstats
path: root/CaCerts.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-08-28 17:56:09 -0700
committerElliott Hughes <enh@google.com>2012-08-28 17:56:09 -0700
commit73d3e262ecf514ef17f47da335fdad899aecc3dc (patch)
treeae19ecfc6d5f54a8716dadc4bd187ff0066e38f8 /CaCerts.mk
parentd285287034b34bbb67b6cfdc8065468cbcbac585 (diff)
downloadlibcore-73d3e262ecf514ef17f47da335fdad899aecc3dc.zip
libcore-73d3e262ecf514ef17f47da335fdad899aecc3dc.tar.gz
libcore-73d3e262ecf514ef17f47da335fdad899aecc3dc.tar.bz2
Add dependencies on the makefiles.
I've been enjoying this in bionic for a while now, and was annoyed not to have make do the right thing in libcore. Change-Id: Idcd2db48349202259887499a1f47d85c5d205d54
Diffstat (limited to 'CaCerts.mk')
-rw-r--r--CaCerts.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CaCerts.mk b/CaCerts.mk
index cdced8f..980d0fb 100644
--- a/CaCerts.mk
+++ b/CaCerts.mk
@@ -30,6 +30,7 @@ endef
define include-prebuilt-with-destination-directory
include $$(CLEAR_VARS)
LOCAL_MODULE := $(1)
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/CaCerts.mk
LOCAL_MODULE_STEM := $(notdir $(2))
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC