am 59db26c5: Merge "Build and store android_system.jar." into lmp-dev

* commit '59db26c5d2bf8c7fd99a6e2cbd287760c3da00cf':
  Build and store android_system.jar.
This commit is contained in:
Ying Wang
2014-07-16 16:42:33 +00:00
committed by Android Git Automerger

View File

@@ -144,3 +144,8 @@ include $(LOCAL_PATH)/build_android_stubs.mk
.PHONY: android_system_stubs
android_system_stubs: $(full_target)
# Build and store the android_system.jar.
ifeq ($(HOST-OS)-$(TARGET_PRODUCT),linux-sdk)
$(call dist-for-goals,sdk,$(full_target):android_system.jar)
endif