am 059adfb3: am 90b2bdae: Merge "3rd attempt to build and store android_system.jar in sdk builds." into lmp-dev

* commit '059adfb37a850ec595a940c2e33f3f724b68507d':
  3rd attempt to build and store android_system.jar in sdk builds.
This commit is contained in:
Ying Wang
2014-07-18 16:30:20 +00:00
committed by Android Git Automerger

View File

@@ -146,6 +146,4 @@ include $(LOCAL_PATH)/build_android_stubs.mk
android_system_stubs: $(full_target) android_system_stubs: $(full_target)
# Build and store the android_system.jar. # Build and store the android_system.jar.
ifeq ($(HOST-OS)-$(TARGET_PRODUCT),linux-sdk) $(call dist-for-goals,sdk win_sdk,$(full_target):android_system.jar)
$(call dist-for-goals,dist_files,$(full_target):android_system.jar)
endif