From 043f3a189708bced8675848295a1f0497383b5e1 Mon Sep 17 00:00:00 2001 From: "Lukacs T. Berki" Date: Tue, 7 Sep 2021 08:22:21 +0200 Subject: [PATCH] Remove soong_docs from droidcore. soong_docs will be run directly from soong_ui so it won't have a corresponding Make target. Test: Presubmits. Change-Id: Id7abccdf2ea3830edf6043c10b617bddf4f9c86d --- core/main.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/main.mk b/core/main.mk index e1cfeaddba..6b8080c7b5 100644 --- a/core/main.mk +++ b/core/main.mk @@ -1670,8 +1670,7 @@ droidcore-unbundled: $(filter $(HOST_OUT_ROOT)/%,$(modules_to_install)) \ $(INSTALLED_FILES_JSON_ROOT) \ $(INSTALLED_FILES_FILE_RECOVERY) \ $(INSTALLED_FILES_JSON_RECOVERY) \ - $(INSTALLED_ANDROID_INFO_TXT_TARGET) \ - soong_docs + $(INSTALLED_ANDROID_INFO_TXT_TARGET) # The droidcore target depends on the droidcore-unbundled subset and any other # targets for a non-unbundled (full source) full system build.