2009-03-03 19:31:44 -08:00
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_MODULE_TAGS := tests
|
|
|
|
|
2009-09-11 16:40:01 -07:00
|
|
|
LOCAL_JAVA_LIBRARIES := framework-tests android.test.runner services
|
2009-03-03 19:31:44 -08:00
|
|
|
|
|
|
|
# Resource unit tests use a private locale
|
2009-09-18 14:06:07 -04:00
|
|
|
LOCAL_AAPT_FLAGS = -c xx_YY -c cs -c 160dpi -c 32dpi -c 240dpi
|
2009-03-03 19:31:44 -08:00
|
|
|
|
|
|
|
LOCAL_SRC_FILES := \
|
2010-01-13 10:42:43 -08:00
|
|
|
$(call all-subdir-java-files)
|
2009-03-03 19:31:44 -08:00
|
|
|
|
|
|
|
LOCAL_PACKAGE_NAME := AndroidTests
|
|
|
|
LOCAL_CERTIFICATE := platform
|
|
|
|
|
|
|
|
include $(BUILD_PACKAGE)
|
|
|
|
|
2010-03-16 22:55:08 -07:00
|
|
|
LOCAL_STORED_PATH:= $(LOCAL_PATH)
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_STORED_PATH))
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_STORED_PATH)/apks)
|