am 38bf922a: Merge ""sdk" is not necessarily on the linux command line." into lmp-dev

* commit '38bf922ac10c400522514a2b7af1024ef413ebf9':
  "sdk" is not necessarily on the linux command line.
This commit is contained in:
Ying Wang
2014-07-18 11:40:39 +00:00
committed by Android Git Automerger

View File

@@ -147,5 +147,5 @@ android_system_stubs: $(full_target)
# Build and store the android_system.jar. # Build and store the android_system.jar.
ifeq ($(HOST-OS)-$(TARGET_PRODUCT),linux-sdk) 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 endif