
TARGET=test_lib

all: build

include ../makefile.inc


test: install
	adb shell $(DEVICE_DIR)/$(TARGET)

