Iliyan Malchev | 678fa1f | 2016-09-22 15:53:53 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | LOCAL_MODULE := android.hardware.nfc@1.0-impl | ||||
5 | LOCAL_MODULE_RELATIVE_PATH := hw | ||||
6 | LOCAL_SRC_FILES := Nfc.cpp | ||||
7 | LOCAL_SHARED_LIBRARIES := liblog libcutils libhardware libhwbinder libbase libcutils libutils libhidl android.hardware.nfc@1.0 | ||||
8 | include $(BUILD_SHARED_LIBRARY) |