summaryrefslogtreecommitdiff
path: root/evdevtest/Android.mk
blob: f736ed32933b40a53ae1ac983d063e5585b8260c (plain)
1
2
3
4
5
6
7
8
9
10
11
ifeq ($(strip $(TARGET_PREBUILT_KERNEL)),)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
include $(LOCAL_PATH)/kernel_module/Makefile
$(PRODUCT_OUT)/system/bin/juice_evtest: evdevtest_driver
LOCAL_SRC_FILES := juice_evtest.c
LOCAL_MODULE := juice_evtest
LOCAL_MODULE_TAGS := optional tests

include $(BUILD_EXECUTABLE)
endif