diff options
author | Ying Wang <wangying@google.com> | 2013-08-02 20:31:53 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-08-02 20:31:53 +0000 |
commit | 2c86e70705788bb5bce38e904656f3eabb27dc1b (patch) | |
tree | c335ac135d904db4e8cfacf0c672997c7f04fa81 /core | |
parent | ee9e88cf964ba529f3b0320f96fa8e16b3b600c8 (diff) | |
parent | 883071ff1f01cc22d0275ba2f00c4533918699d4 (diff) | |
download | build-2c86e70705788bb5bce38e904656f3eabb27dc1b.zip build-2c86e70705788bb5bce38e904656f3eabb27dc1b.tar.gz build-2c86e70705788bb5bce38e904656f3eabb27dc1b.tar.bz2 |
Merge "Don't check build prebuilt modules."
Diffstat (limited to 'core')
-rw-r--r-- | core/prebuilt.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/prebuilt.mk b/core/prebuilt.mk index fd8e0f5..3e73c8d 100644 --- a/core/prebuilt.mk +++ b/core/prebuilt.mk @@ -16,6 +16,9 @@ ifneq ($(LOCAL_PREBUILT_JAVA_LIBRARIES),) $(error dont use LOCAL_PREBUILT_JAVA_LIBRARIES anymore LOCAL_PATH=$(LOCAL_PATH)) endif +# Not much sense to check build prebuilts +LOCAL_DONT_CHECK_MODULE := true + ifdef LOCAL_PREBUILT_MODULE_FILE my_prebuilt_src_file := $(LOCAL_PREBUILT_MODULE_FILE) else |