aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-05-03 17:17:39 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-03 17:17:39 -0700
commitf0c0422e71b8752cc5a6b71f783f8f5a16f861cd (patch)
tree215c9ed3d1e9b7a62319779f8a3dd3fb00e17fa1
parentdb30abc08014800dcc6270277dac45b8e2d3079c (diff)
downloadfdlibm-android-4.1.1_r5.tar.gz
This reverts commit db30abc08014800dcc6270277dac45b8e2d3079c
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4b1f502..ef64cfc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -88,7 +88,7 @@ ifeq ($(WITH_HOST_DALVIK),true)
LOCAL_CFLAGS += "-D__LITTLE_ENDIAN"
endif
- LOCAL_MODULE := libfdlibm-host
+ LOCAL_MODULE := libfdlibm
include $(BUILD_HOST_STATIC_LIBRARY)