summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-09-01 10:41:35 -0700
committerJoe Onorato <joeo@android.com>2010-09-01 10:45:04 -0700
commit7e3cf12e75cdbfd6299d5fe7cc87daaae40606e1 (patch)
tree20a3868e3407f02aae2c3dddd2c71f42950559f4 /Android.mk
parent173a86b6d7b10aa48efaf2a57828a693e652a661 (diff)
downloadframeworks_base-7e3cf12e75cdbfd6299d5fe7cc87daaae40606e1.zip
frameworks_base-7e3cf12e75cdbfd6299d5fe7cc87daaae40606e1.tar.gz
frameworks_base-7e3cf12e75cdbfd6299d5fe7cc87daaae40606e1.tar.bz2
Don't try to dist the stubs or comment check docs builds.
Change-Id: I0c567f28af8111cdb0eada30b8c0a30091967cd7
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1b31be1..9d7906e 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.