summaryrefslogtreecommitdiff
path: root/ashmemtest-expanded/Android.mk
blob: 33df3ef7626b1900c23cdb387a154f1ec5ab5052 (plain)
1
2
3
4
5
6
7
8
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := ashmemtest-expanded.l
LOCAL_MODULE := ashmemtest-expanded
LOCAL_MODULE_TAGS := optional tests

include $(BUILD_EXECUTABLE)