diff options
| author | Satya Durga Srinivasu Prabhala <satyap@codeaurora.org> | 2011-10-25 20:42:11 +0530 |
|---|---|---|
| committer | Satya Durga Srinivasu Prabhala <satyap@codeaurora.org> | 2011-10-25 20:42:11 +0530 |
| commit | f43b0ff01af1a17b148e39f3fe6e806973cb56ca (patch) | |
| tree | ada2b1fa95b02d61af672fe9cb5a32d51f8ae2ad | |
| parent | 313208a736f792533d0a8b6c09b25da009524da8 (diff) | |
| download | android_external_curl-f43b0ff01af1a17b148e39f3fe6e806973cb56ca.tar.gz android_external_curl-f43b0ff01af1a17b148e39f3fe6e806973cb56ca.tar.bz2 android_external_curl-f43b0ff01af1a17b148e39f3fe6e806973cb56ca.zip | |
build: Cleanup/fix usage of ALL_PREBUILT
While working with AOSP latest branch, we found that, the
variable has changed and causing build failures.
To get rid of build failures and to be in sync with AOSP Build
System, we are deprecating the use of the variable.
As the NOTICE file is already in the repository, commenting
the ALL_PREBUILT usage.
Change-Id: Id4ccc4093eafc271c27e9dd1a786844517d58300
CRs-Fixed: 314291
| -rwxr-xr-x | Android.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -80,9 +80,9 @@ LOCAL_MODULE_TAGS := optional # Actually, this doesn't quite work because the build system searches # for NOTICE files before it gets to this point, so it will only be seen # on subsequent builds. -ALL_PREBUILT += $(LOCAL_PATH)/NOTICE -$(LOCAL_PATH)/NOTICE: $(LOCAL_PATH)/COPYING | $(ACP) - $(copy-file-to-target) +#ALL_PREBUILT += $(LOCAL_PATH)/NOTICE +#$(LOCAL_PATH)/NOTICE: $(LOCAL_PATH)/COPYING | $(ACP) +# $(copy-file-to-target) LOCAL_PRELINK_MODULE := false include $(BUILD_SHARED_LIBRARY) |
