Merge "Fix proguard flags."
This commit is contained in:
@@ -10,4 +10,6 @@ LOCAL_JAVA_LIBRARIES :=
|
|||||||
LOCAL_PACKAGE_NAME := BluetoothDebug
|
LOCAL_PACKAGE_NAME := BluetoothDebug
|
||||||
LOCAL_CERTIFICATE := platform
|
LOCAL_CERTIFICATE := platform
|
||||||
|
|
||||||
|
LOCAL_PROGUARD_ENABLED := disabled
|
||||||
|
|
||||||
include $(BUILD_PACKAGE)
|
include $(BUILD_PACKAGE)
|
||||||
|
|||||||
@@ -8,4 +8,6 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|||||||
LOCAL_PACKAGE_NAME := SdkSetup
|
LOCAL_PACKAGE_NAME := SdkSetup
|
||||||
LOCAL_CERTIFICATE := platform
|
LOCAL_CERTIFICATE := platform
|
||||||
|
|
||||||
|
LOCAL_PROGUARD_ENABLED := disabled
|
||||||
|
|
||||||
include $(BUILD_PACKAGE)
|
include $(BUILD_PACKAGE)
|
||||||
|
|||||||
@@ -32,9 +32,11 @@ LOCAL_PACKAGE_NAME := SimpleJNI
|
|||||||
|
|
||||||
LOCAL_JNI_SHARED_LIBRARIES := libsimplejni
|
LOCAL_JNI_SHARED_LIBRARIES := libsimplejni
|
||||||
|
|
||||||
|
LOCAL_PROGUARD_ENABLED := disabled
|
||||||
|
|
||||||
include $(BUILD_PACKAGE)
|
include $(BUILD_PACKAGE)
|
||||||
|
|
||||||
# ============================================================
|
# ============================================================
|
||||||
|
|
||||||
# Also build all of the sub-targets under this one: the shared library.
|
# 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))
|
||||||
|
|||||||
Reference in New Issue
Block a user