Merge ""sdk" is not necessarily on the linux command line." into lmp-dev
diff --git a/build/Android.mk b/build/Android.mk
index 0929aaf..cd451fe 100644
--- a/build/Android.mk
+++ b/build/Android.mk
@@ -147,5 +147,5 @@
 
 # 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