summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-07-14 20:39:54 -0700
committerYing Wang <wangying@google.com>2014-07-14 20:39:54 -0700
commitc41276ede6cb95658a3e8cd583df9d946a75cca2 (patch)
treeee782634d8e721ac2d88813b0220c2f79a01b962 /build
parentca1c55b353482602c56bfe74caa56cd126d709e1 (diff)
Build and store android_system.jar.
Bug: 16208466 Change-Id: Ibc078339dff56233a9f8f11228f5299ef389f967
Diffstat (limited to 'build')
-rw-r--r--build/Android.mk5
1 files changed, 5 insertions, 0 deletions
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