aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Mortimer <sam@mortimer.me.uk>2019-09-05 14:52:51 -0700
committerSam Mortimer <sam@mortimer.me.uk>2019-09-10 15:55:55 -0700
commit29e2f6b35a080355b4e83e9725011f20231e2865 (patch)
tree62bf5fb535bf7c7ed4eb44f8184ae2da4f88ef5c
parentb7fc0cfb4cd7b444f9a72496975c578058247371 (diff)
downloadlineage-sdk-29e2f6b35a080355b4e83e9725011f20231e2865.tar.gz
lineage-sdk-29e2f6b35a080355b4e83e9725011f20231e2865.tar.bz2
lineage-sdk-29e2f6b35a080355b4e83e9725011f20231e2865.zip
lineage-sdk: Don't build sdk droiddocs for now
* Works around: lineage-sdk/Android.mk:116: error: BUILD_DROIDDOC is obsolete. Droiddoc is only supported in Soong. See details on build/soong/java/droiddoc.go. * Need to reimplement in soong later. Change-Id: I1a3756b4e4779dc27fe52ed31d767ca660756298
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 09fb8112..b813d480 100644
--- a/Android.mk
+++ b/Android.mk
@@ -113,7 +113,7 @@ LOCAL_DROIDDOC_OPTIONS:= \
LOCAL_UNINSTALLABLE_MODULE := true
-include $(BUILD_DROIDDOC)
+#include $(BUILD_DROIDDOC)
# $(gen), i.e. framework.aidl, is also needed while building against the current stub.
$(full_target): $(lineage_framework_built) $(gen)
@@ -160,7 +160,7 @@ LOCAL_DROIDDOC_OPTIONS := \
-since $(LINEAGE_SRC_API_DIR)/9.txt 9
$(full_target): $(lineage_framework_built) $(gen)
-include $(BUILD_DROIDDOC)
+#include $(BUILD_DROIDDOC)
include $(call first-makefiles-under,$(LOCAL_PATH))