Merge "Disable Proguard for the SampleBrowerPlugin" into gingerbread

This commit is contained in:
Derek Sollenberger
2010-08-27 07:43:54 -07:00
committed by Android (Google) Code Review

View File

@@ -24,6 +24,8 @@ LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := $(call all-subdir-java-files) LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PROGUARD_ENABLED := disabled
LOCAL_PACKAGE_NAME := SampleBrowserPlugin LOCAL_PACKAGE_NAME := SampleBrowserPlugin
LOCAL_JNI_SHARED_LIBRARIES := libsampleplugin LOCAL_JNI_SHARED_LIBRARIES := libsampleplugin