diff options
| author | Ying Wang <wangying@google.com> | 2014-07-18 09:16:40 -0700 |
|---|---|---|
| committer | Ying Wang <wangying@google.com> | 2014-07-18 09:16:40 -0700 |
| commit | 567a46bf22d89a6e7f566f11a9826cc9784e36d8 (patch) | |
| tree | 5ff93cf22ae06e9410254c2838636400ac0d9ac4 /build | |
| parent | 38bf922ac10c400522514a2b7af1024ef413ebf9 (diff) | |
3rd attempt to build and store android_system.jar in sdk builds.
Change-Id: Ica053e3ef6e3190ab4dcc32b3b7d06fc4c619884
Diffstat (limited to 'build')
| -rw-r--r-- | build/Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
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) |
