am 967b58be: am 107621ad: Merge change 25538 into eclair

Merge commit '967b58bed382c3b096e65e8ac7f943c12c96bdb4'

* commit '967b58bed382c3b096e65e8ac7f943c12c96bdb4':
  Do not install libsampleplugin by default.
This commit is contained in:
Patrick Scott
2009-09-17 13:20:14 -07:00
committed by Android Git Automerger

View File

@@ -53,12 +53,12 @@ LOCAL_C_INCLUDES += \
LOCAL_SHARED_LIBRARIES := \
libnativehelper
LOCAL_SRC_FILES := $(LOCAL_SRC_FILES)
LOCAL_CFLAGS += -fvisibility=hidden
LOCAL_PRELINK_MODULE:=false
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_MODULE:= libsampleplugin
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)