summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-07-17 21:16:46 -0700
committerYing Wang <wangying@google.com>2014-07-17 21:18:09 -0700
commitc39b6ebb2f84a8553935d616c1a49a6a486e6c16 (patch)
tree8d5423d146824b691ff3d1a4f09e26e88486ac2f /build
parent850c44e0ec6af4aeb88488729b53405be2fe6c73 (diff)
"sdk" is not necessarily on the linux command line.
Bug: 16208466 Change-Id: I29f8763e9763d2b482744d0c7a74c122a299d03b
Diffstat (limited to 'build')
-rw-r--r--build/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Android.mk b/build/Android.mk
index 0929aaf86..cd451fedf 100644
--- a/build/Android.mk
+++ b/build/Android.mk
@@ -147,5 +147,5 @@ 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)
+$(call dist-for-goals,dist_files,$(full_target):android_system.jar)
endif