Files
android_development/apps/PushApiTestAppOne/Android.mk
Tejas Khorana fe23a4463e Test Applications Demonstrating Push API
Applications that demonstrate the usage of Push API.

Change-Id: I4a2ace230d7ac7f699c998c0df96cf95f2e85a85
2016-08-04 15:17:40 -07:00

18 lines
402 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
# Only compile source java files in this apk.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := PushApiTestAppOne
LOCAL_SDK_VERSION := current
LOCAL_DEX_PREOPT := false
include $(BUILD_PACKAGE)
# Use the following include to make our test apk.
include $(call all-makefiles-under,$(LOCAL_PATH))