blob: 6cc4a5ab639082916ccad2e5684caebb04317356 [file] [log] [blame]
Mathias Agopian20f68782009-05-11 00:03:41 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 region.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
9 libutils \
10 libui
11
12LOCAL_MODULE:= test-region
13
14LOCAL_MODULE_TAGS := tests
15
16include $(BUILD_EXECUTABLE)