Default LOCAL_SDK_RES_VERSION to LOCAL_SDK_VERSION

in static_java_library.mk.

Change-Id: I25ad47fea0fdb10c8aa0a0cb0d4c5ed117cd76ef
This commit is contained in:
Ying Wang 2012-01-03 11:52:26 -08:00
parent 89fbc541ad
commit aaa8f06fe3
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@ LOCAL_MANIFEST_FILE := AndroidManifest.xml
endif
full_android_manifest := $(LOCAL_PATH)/$(LOCAL_MANIFEST_FILE)
LOCAL_SDK_RES_VERSION:=$(strip $(LOCAL_SDK_RES_VERSION))
ifeq ($(LOCAL_SDK_RES_VERSION),)
LOCAL_SDK_RES_VERSION:=$(LOCAL_SDK_VERSION)
endif
framework_res_package_export :=
framework_res_package_export_deps :=
# Please refer to package.mk