aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-05-03 16:56:42 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-03 16:56:42 -0700
commitdb30abc08014800dcc6270277dac45b8e2d3079c (patch)
tree4829fb4167acdc655be707ca14ba537fc474b98a
parentc619988ad40731af1361034b9caa3cc4488ae2e2 (diff)
downloadfdlibm-db30abc08014800dcc6270277dac45b8e2d3079c.tar.gz
(needs to be submitted at once with all the other changes.)
Revert "Use a consistent name for libfdlim.a on both device and host." This reverts commit c619988ad40731af1361034b9caa3cc4488ae2e2
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index ef64cfc..4b1f502 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
+ LOCAL_MODULE := libfdlibm-host
include $(BUILD_HOST_STATIC_LIBRARY)