blob: d81679eab73c0e1df47d5bfe16ebf63afb00bbec [file] [log] [blame]
Mathias Agopian1473f462009-04-10 14:24:30 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 resize.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
9 libutils \
Mathias Agopian000479f2010-02-09 17:46:37 -080010 libui \
Mathias Agopian696257c2011-03-25 18:42:40 -070011 libgui
Mathias Agopian1473f462009-04-10 14:24:30 -070012
13LOCAL_MODULE:= test-resize
14
15LOCAL_MODULE_TAGS := tests
16
17include $(BUILD_EXECUTABLE)