commit | 6adffc196f694aafe02f13cbe48b701e034b5131 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Feb 11 20:03:38 2013 -0800 |
committer | Stephen Hines <srhines@google.com> | Mon Feb 11 20:03:38 2013 -0800 |
tree | 2a84324fb65905350afbd1c02c71049d60ecb361 | |
parent | bfa5fb145f36e1d7f8c269784343fa65b671007b [diff] [blame] |
Remove libcompiler_rt.so dependency for RS compat lib. Change-Id: I0d871c9c7d7946b8551fdefd201603bb59ea010e
diff --git a/core/definitions.mk b/core/definitions.mk index be26024..cb20d8f 100644 --- a/core/definitions.mk +++ b/core/definitions.mk
@@ -828,7 +828,7 @@ $(PRIVATE_COMPILER_RT) \ -o $@ -L prebuilts/gcc/ \ -L $(TARGET_OUT_INTERMEDIATE_LIBRARIES) $(PRIVATE_LIBPATH) \ - -lRSSupport -lm -lcompiler_rt + -lRSSupport -lm endef ###########################################################