Merge "Add android-support-v4.jar to sdk."
This commit is contained in:
@@ -64,3 +64,14 @@ $(android_jar_full_target): $(full_target)
|
|||||||
$(hide)$(ACP) $< $@
|
$(hide)$(ACP) $< $@
|
||||||
|
|
||||||
ALL_SDK_FILES += $(android_jar_full_target)
|
ALL_SDK_FILES += $(android_jar_full_target)
|
||||||
|
|
||||||
|
|
||||||
|
android-support-v4_build_module := $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android-support-v4_intermediates/javalib.jar
|
||||||
|
android-support-v4_intermediates := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/android-support-v4_intermediates
|
||||||
|
android-support-v4_full_target := $(android-support-v4_intermediates)/android-support-v4.jar
|
||||||
|
$(android-support-v4_full_target): $(android-support-v4_build_module)
|
||||||
|
@echo Package android-support-v4.jar: $@
|
||||||
|
$(hide)mkdir -p $(dir $@)
|
||||||
|
$(hide)$(ACP) $< $@
|
||||||
|
|
||||||
|
ALL_SDK_FILES += $(android-support-v4_full_target)
|
||||||
|
|||||||
@@ -203,8 +203,8 @@ sdk/files/README_add-ons.txt add-ons/README.txt
|
|||||||
# Extra Component: Compatibility
|
# Extra Component: Compatibility
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
development/sdk/compatibility_source.properties extras/android/compatibility/source.properties
|
development/sdk/compatibility_source.properties extras/android/compatibility/source.properties
|
||||||
development/sdk/compatibility_README.txt extras/android/compatibility/README.txt
|
development/sdk/compatibility_README.txt extras/android/compatibility/README.txt
|
||||||
#${DIST_DIR}/android-support-v4.jar extras/android/compatibility/v4/android-support-v4.jar
|
${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/compatibility/v4/android-support-v4.jar
|
||||||
frameworks/support/v4 extras/android/compatibility/v4/src
|
frameworks/support/v4 extras/android/compatibility/v4/src
|
||||||
development/samples/ApiDemos extras/android/compatibility/v4/samples/ApiDemos
|
development/samples/ApiDemos extras/android/compatibility/v4/samples/ApiDemos
|
||||||
|
|||||||
Reference in New Issue
Block a user