commit | a95d8db002770469d72dfaf59ff37ac96db29a87 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:12:23 2011 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:12:23 2011 -0700 |
tree | e10cff7c96bd64c0557aff5af7544a2e90d14914 | |
parent | 49f8fa5f480ae382f9087fde333b50072b214ad2 [diff] |
Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I2abc059ced747dd00f14af35d1c141e36851b3fe
diff --git a/Android.mk b/Android.mk index 331d794..29961ed 100644 --- a/Android.mk +++ b/Android.mk
@@ -23,14 +23,8 @@ LOCAL_SHARED_LIBRARIES := \ libcutils \ - libutils - -ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true) -LOCAL_LDLIBS += -ldl -endif -ifneq ($(TARGET_SIMULATOR),true) -LOCAL_SHARED_LIBRARIES += libdl -endif + libutils \ + libdl LOCAL_CFLAGS += -Wall -Werror