commit | bd882b1c8708686d373c56e07e6bb8b1cb6ffd9e | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:12:16 2011 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:12:16 2011 -0700 |
tree | b17fbae7a6ff475ab37be48046d0540d594f84fb | |
parent | 3f9dd287b99340efaaa257759e71a8f81b2ed113 [diff] [blame] |
Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
diff --git a/drm/jni/Android.mk b/drm/jni/Android.mk index 69bb48d..4a55fc0 100644 --- a/drm/jni/Android.mk +++ b/drm/jni/Android.mk
@@ -26,13 +26,8 @@ libutils \ libandroid_runtime \ libnativehelper \ - libbinder - -ifeq ($(TARGET_SIMULATOR),true) - LOCAL_LDLIBS += -ldl -else - LOCAL_SHARED_LIBRARIES += libdl -endif + libbinder \ + libdl LOCAL_STATIC_LIBRARIES :=