Only compile the services jar and so when using mmm

Don't build the tests when using "mmm frameworks/base/services"

Change-Id: If1895598381bd0fce0b4d7f5e879f154d8fc44d0
This commit is contained in:
Amith Yamasani
2014-01-09 15:38:12 -08:00
parent cd6d1f51e2
commit 22eba28e90

View File

@@ -43,4 +43,7 @@ LOCAL_MODULE:= libandroid_servers
include $(BUILD_SHARED_LIBRARY)
ifeq (,$(ONE_SHOT_MAKEFILE))
include $(call all-makefiles-under, $(LOCAL_PATH))
endif