From c41276ede6cb95658a3e8cd583df9d946a75cca2 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Mon, 14 Jul 2014 20:39:54 -0700 Subject: [PATCH] Build and store android_system.jar. Bug: 16208466 Change-Id: Ibc078339dff56233a9f8f11228f5299ef389f967 --- build/Android.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/Android.mk b/build/Android.mk index 6b854eedf..0929aaf86 100644 --- a/build/Android.mk +++ b/build/Android.mk @@ -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