aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-01-17 15:38:33 -0800
committerCole Faust <colefaust@google.com>2023-01-17 15:38:33 -0800
commitbd5eab847719a9283157885c1c84da0ba79d8f61 (patch)
treef222f76d4e03c183c0990b0a9395719dac7dc7ca
parentb80d9d6c33e030f099481715b2ee02181cb2bcde (diff)
downloadbuild-bd5eab847719a9283157885c1c84da0ba79d8f61.tar.gz
Remove usages of SOONG_MODULES_CFLAG_ARTIFACTS
No longer used. Bug: 262629589 Test: m nothing Change-Id: I3d9acf9fc3e205588161c9fb50fbe757f764d6bb
-rw-r--r--core/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/Makefile b/core/Makefile
index 6f11590689..a150ee4010 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -740,12 +740,6 @@ $(call declare-0p-target,$(WALL_WERROR))
$(call dist-for-goals,droidcore-unbundled,$(WALL_WERROR))
# -----------------------------------------------------------------
-# C/C++ flag information for modules
-$(call dist-for-goals,droidcore-unbundled,$(SOONG_MODULES_CFLAG_ARTIFACTS))
-
-$(foreach a,$(SOONG_MODULES_CFLAG_ARTIFACTS),$(call declare-0p-target,$(call word-colon,1,$(a))))
-
-# -----------------------------------------------------------------
# Modules missing profile files
PGO_PROFILE_MISSING := $(PRODUCT_OUT)/pgo_profile_file_missing.txt
$(PGO_PROFILE_MISSING):