From c39b6ebb2f84a8553935d616c1a49a6a486e6c16 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Thu, 17 Jul 2014 21:16:46 -0700 Subject: [PATCH] "sdk" is not necessarily on the linux command line. Bug: 16208466 Change-Id: I29f8763e9763d2b482744d0c7a74c122a299d03b --- build/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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