commit | 22eba28e90e58230cc120bd53faaf223651f9344 | [log] [tgz] |
---|---|---|
author | Amith Yamasani <yamasani@google.com> | Thu Jan 09 15:38:12 2014 -0800 |
committer | Amith Yamasani <yamasani@google.com> | Thu Jan 09 15:38:12 2014 -0800 |
tree | 661428fba5005f379c0075285233fd2131b264b4 | |
parent | cd6d1f51e20da71d75e8dbf23ba18b371fb3a8ab [diff] [blame] |
Only compile the services jar and so when using mmm Don't build the tests when using "mmm frameworks/base/services" Change-Id: If1895598381bd0fce0b4d7f5e879f154d8fc44d0
diff --git a/services/Android.mk b/services/Android.mk index 5531592..80fd35a 100644 --- a/services/Android.mk +++ b/services/Android.mk
@@ -43,4 +43,7 @@ include $(BUILD_SHARED_LIBRARY) +ifeq (,$(ONE_SHOT_MAKEFILE)) include $(call all-makefiles-under, $(LOCAL_PATH)) +endif +