From 7e3cf12e75cdbfd6299d5fe7cc87daaae40606e1 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Wed, 1 Sep 2010 10:41:35 -0700 Subject: [PATCH] Don't try to dist the stubs or comment check docs builds. Change-Id: I0c567f28af8111cdb0eada30b8c0a30091967cd7 --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.mk b/Android.mk index 1b31be1805424..9d7906eba1bca 100644 --- a/Android.mk +++ b/Android.mk @@ -474,6 +474,8 @@ LOCAL_DROIDDOC_OPTIONS:=\ LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk +LOCAL_UNINSTALLABLE_MODULE := true + include $(BUILD_DROIDDOC) # $(gen), i.e. framework.aidl, is also needed while building against the current stub. @@ -500,6 +502,8 @@ LOCAL_DROIDDOC_OPTIONS:=\ LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sdk +LOCAL_UNINSTALLABLE_MODULE := true + include $(BUILD_DROIDDOC) # $(gen), i.e. framework.aidl, is also needed while building against the current stub.