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
This commit is contained in:
Sam Mortimer
2019-09-05 14:52:51 -07:00
parent b7fc0cfb4c
commit 29e2f6b35a

View File

@@ -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))