blob: c22547feaf5bdd95e597d63c933f7179298a9d64 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5
Dan Egnor7393bbf2009-09-11 16:40:01 -07006LOCAL_JAVA_LIBRARIES := framework-tests android.test.runner services
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008# Resource unit tests use a private locale
Daniel Sandlerda06e322009-09-18 14:06:07 -04009LOCAL_AAPT_FLAGS = -c xx_YY -c cs -c 160dpi -c 32dpi -c 240dpi
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010
11LOCAL_SRC_FILES := \
Neal Nguyen1a44d5d2010-01-13 10:42:43 -080012 $(call all-subdir-java-files)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013
14LOCAL_PACKAGE_NAME := AndroidTests
15LOCAL_CERTIFICATE := platform
16
17include $(BUILD_PACKAGE)
18
Dianne Hackbornd4310ac2010-03-16 22:55:08 -070019LOCAL_STORED_PATH:= $(LOCAL_PATH)
20include $(call all-makefiles-under,$(LOCAL_STORED_PATH))
21include $(call all-makefiles-under,$(LOCAL_STORED_PATH)/apks)