Files
frameworks_base/core/tests/BTtraffic/Android.mk
Yuchao Zhou 2de4b74d80 Moving BTtraffic from experiment location to here
Change-Id: I1b0ec7fba87a098aa6509bd9be3f0e0ff624bf6e
2015-09-16 15:37:40 -07:00

17 lines
322 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_RESOURCE_DIR := \
$(LOCAL_PATH)/res
LOCAL_PACKAGE_NAME := bttraffic
LOCAL_CERTIFICATE := platform
include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))