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