Do not install libsampleplugin by default.

This avoids installing the library during a normal build. When building
SampleBrowserPlugin, the library will be packaged in the apk.
This commit is contained in:
Patrick Scott
2009-09-17 15:06:19 -04:00
parent 8399a2bf6d
commit 4a8c3bf380

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)