diff options
author | Ian Rogers <irogers@google.com> | 2014-07-27 18:32:40 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-07-26 01:02:21 +0000 |
commit | b3bf7afc4288f97f9b591d19f03362e0577ed0ec (patch) | |
tree | 0b3ce537ba1cfa885a69ed52a8ba2ab8aa5ca921 /compiler | |
parent | 4483fbfdf17fd7230a52cc54bc5f7fbca82bbd75 (diff) | |
parent | 1740eca19de8870a319033eacde16793ef391825 (diff) | |
download | art-b3bf7afc4288f97f9b591d19f03362e0577ed0ec.tar.gz art-b3bf7afc4288f97f9b591d19f03362e0577ed0ec.tar.bz2 art-b3bf7afc4288f97f9b591d19f03362e0577ed0ec.zip |
Merge "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."
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk index 61ff109d4..69f93870d 100644 --- a/compiler/Android.mk +++ b/compiler/Android.mk @@ -187,6 +187,7 @@ define build-libart-compiler ifeq ($$(art_ndebug_or_debug),ndebug) LOCAL_MODULE := libart-compiler LOCAL_SHARED_LIBRARIES += libart + LOCAL_FDO_SUPPORT := true else # debug LOCAL_MODULE := libartd-compiler LOCAL_SHARED_LIBRARIES += libartd |