Merge "Fix proguard flags."

This commit is contained in:
Ying Wang
2010-03-02 09:35:56 -08:00
committed by Android (Google) Code Review
3 changed files with 7 additions and 1 deletions

View File

@@ -32,9 +32,11 @@ LOCAL_PACKAGE_NAME := SimpleJNI
LOCAL_JNI_SHARED_LIBRARIES := libsimplejni
LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE)
# ============================================================
# Also build all of the sub-targets under this one: the shared library.
include $(call all-makefiles-under,$(LOCAL_PATH))
include $(call all-makefiles-under,$(LOCAL_PATH))