19faa04fd85efa0be5c883e3136f06fa85b525ad6Brett ChabotLOCAL_PATH:= $(call my-dir)
29faa04fd85efa0be5c883e3136f06fa85b525ad6Brett Chabotinclude $(CLEAR_VARS)
39faa04fd85efa0be5c883e3136f06fa85b525ad6Brett Chabot
49faa04fd85efa0be5c883e3136f06fa85b525ad6Brett Chabot# We only want this apk build for tests.
59faa04fd85efa0be5c883e3136f06fa85b525ad6Brett ChabotLOCAL_MODULE_TAGS := tests
69faa04fd85efa0be5c883e3136f06fa85b525ad6Brett Chabot
79faa04fd85efa0be5c883e3136f06fa85b525ad6Brett Chabot# Include all test java files.
89faa04fd85efa0be5c883e3136f06fa85b525ad6Brett ChabotLOCAL_SRC_FILES := $(call all-java-files-under, src)
99faa04fd85efa0be5c883e3136f06fa85b525ad6Brett Chabot
10a639b311e93ad14d9ee5c2b2c215ed2d86c32d2aWink SavilleLOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
119faa04fd85efa0be5c883e3136f06fa85b525ad6Brett ChabotLOCAL_PACKAGE_NAME := FrameworkPermissionTests
129faa04fd85efa0be5c883e3136f06fa85b525ad6Brett Chabot
139faa04fd85efa0be5c883e3136f06fa85b525ad6Brett Chabotinclude $(BUILD_PACKAGE)
149faa04fd85efa0be5c883e3136f06fa85b525ad6Brett Chabot
15