]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/blob - dumpstate/1.0/default/Android.mk
Add radio 1.1 vts test folder.
[android/platform-hardware-interfaces.git] / dumpstate / 1.0 / default / Android.mk
1 LOCAL_PATH := $(call my-dir)
3 include $(CLEAR_VARS)
4 LOCAL_MODULE := android.hardware.dumpstate@1.0-service
5 LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.rc
6 LOCAL_MODULE_RELATIVE_PATH := hw
7 LOCAL_PROPRIETARY_MODULE := true
8 LOCAL_SRC_FILES := \
9     DumpstateDevice.cpp \
10     service.cpp
12 LOCAL_SHARED_LIBRARIES := \
13     android.hardware.dumpstate@1.0 \
14     libbase \
15     libcutils \
16     libdumpstateutil \
17     libhidlbase \
18     libhidltransport \
19     liblog \
20     libutils
22 include $(BUILD_EXECUTABLE)