diff --git a/build/Android.mk b/build/Android.mk index cd451fedf..04d4dca4f 100644 --- a/build/Android.mk +++ b/build/Android.mk @@ -146,6 +146,4 @@ include $(LOCAL_PATH)/build_android_stubs.mk android_system_stubs: $(full_target) # Build and store the android_system.jar. -ifeq ($(HOST-OS)-$(TARGET_PRODUCT),linux-sdk) -$(call dist-for-goals,dist_files,$(full_target):android_system.jar) -endif +$(call dist-for-goals,sdk win_sdk,$(full_target):android_system.jar)