diff options
| author | Dan Albert <danalbert@google.com> | 2014-10-21 16:06:36 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-21 16:06:36 +0000 |
| commit | 3d23d557ff00010c041ec3fc655472db3d12509e (patch) | |
| tree | bb0f730f5898a7cd1ac5dae20f7392dc0f1b2dfb /libs/androidfw | |
| parent | 9be7db6e3bc374efd9dcff744deab92148e20dbd (diff) | |
| parent | 7f2bc6c73b9f21515235fb638a0f510af3c45b44 (diff) | |
| download | frameworks_base-3d23d557ff00010c041ec3fc655472db3d12509e.zip frameworks_base-3d23d557ff00010c041ec3fc655472db3d12509e.tar.gz frameworks_base-3d23d557ff00010c041ec3fc655472db3d12509e.tar.bz2 | |
am 7f2bc6c7: Merge "More LOCAL_ADDITIONAL_DEPENDENCIES."
* commit '7f2bc6c73b9f21515235fb638a0f510af3c45b44':
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) |
