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