From 7581f9cee88dbc252803bd1d2a43824777904870 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 9 Jun 2016 15:04:27 -0700 Subject: [PATCH] Clean up obsolete libm makefile cruft. Change-Id: I52a80c182546168bc31ccc04d8bf815350dba28c --- libm/Android.bp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/libm/Android.bp b/libm/Android.bp index f22050e26..08f1c664c 100644 --- a/libm/Android.bp +++ b/libm/Android.bp @@ -1,6 +1,3 @@ -// ANDROIDMK TRANSLATION ERROR: unsupported conditional -// ifneq ($(TARGET_USE_PRIVATE_LIBM),true) - bionic_coverage = false // @@ -522,13 +519,6 @@ cc_library { "-Wno-uninitialized", "-Wno-unknown-pragmas", "-fvisibility=hidden", - - // Workaround the GCC "(long)fn -> lfn" optimization bug which will result in - // self recursions for lrint, lrintf, and lrintl. - // BUG: 14225968 - "-fno-builtin-rint", - "-fno-builtin-rintf", - "-fno-builtin-rintl", ], conlyflags: ["-std=gnu11"], @@ -541,6 +531,3 @@ cc_library { }, stl: "none", } - -// ANDROIDMK TRANSLATION ERROR: endif from unsupported contitional -// endif