diff options
| author | Dan Albert <danalbert@google.com> | 2014-10-21 16:03:10 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-10-21 16:03:10 +0000 |
| commit | 7f2bc6c73b9f21515235fb638a0f510af3c45b44 (patch) | |
| tree | 71c9388414889fee7ce8ca72859f05a433243702 /libs/androidfw | |
| parent | 952dd9241675fe73d4246dc16232682b32952bd3 (diff) | |
| parent | 00b4e773ab8a8719e2ddf89e85e6a64945cc5265 (diff) | |
| download | frameworks_base-7f2bc6c73b9f21515235fb638a0f510af3c45b44.zip frameworks_base-7f2bc6c73b9f21515235fb638a0f510af3c45b44.tar.gz frameworks_base-7f2bc6c73b9f21515235fb638a0f510af3c45b44.tar.bz2 | |
Merge "More LOCAL_ADDITIONAL_DEPENDENCIES."
Diffstat (limited to 'libs/androidfw')
| -rw-r--r-- | libs/androidfw/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/androidfw/Android.mk b/libs/androidfw/Android.mk index 258a296..3a83658 100644 --- a/libs/androidfw/Android.mk +++ b/libs/androidfw/Android.mk @@ -41,6 +41,7 @@ hostSources := \ # ===================================================== include $(CLEAR_VARS) +LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk LOCAL_SRC_FILES:= $(hostSources) @@ -62,6 +63,7 @@ include $(BUILD_HOST_STATIC_LIBRARY) # ===================================================== include $(CLEAR_VARS) +LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk LOCAL_SRC_FILES:= $(deviceSources) |
