OSDN Git Service

am 525178d5: am e6b5c05a: Add a helper for dumping layers into the log
[android-x86/hardware-libhardware.git] / tests / nusensors / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES:= \
5         nusensors.cpp
6
7 LOCAL_SHARED_LIBRARIES := \
8         libcutils libhardware
9
10 LOCAL_MODULE:= test-nusensors
11
12 LOCAL_MODULE_TAGS := optional
13
14 include $(BUILD_EXECUTABLE)