b1e212e7b6
Change-Id: I216e3dd0b2b45829fef7c682774d2cdd8271d4e7
14 lines
229 B
Makefile
14 lines
229 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES:= \
|
|
nusensors.cpp
|
|
|
|
LOCAL_SHARED_LIBRARIES := \
|
|
libcutils libhardware
|
|
|
|
LOCAL_MODULE:= test-nusensors
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
include $(BUILD_EXECUTABLE)
|