Remove the per-project FDO support. Use the common FDO support from build/core.
LOCAL_FDO_SUPPORT indicates if the module should enable FDO builds.
Change-Id: I1eab8bf418b7ceb060eea18bdd304a06597af3d3
diff --git a/runtime/Android.mk b/runtime/Android.mk
index 17d3fce..8fc5e34 100644
--- a/runtime/Android.mk
+++ b/runtime/Android.mk
@@ -343,6 +343,7 @@
LOCAL_CPP_EXTENSION := $$(ART_CPP_EXTENSION)
ifeq ($$(art_ndebug_or_debug),ndebug)
LOCAL_MODULE := libart
+ LOCAL_FDO_SUPPORT := true
else # debug
LOCAL_MODULE := libartd
endif