blob: afd0cd64b0c40c15ce70642b3515281480222cde [file] [log] [blame]
Iliyan Malchev678fa1f2016-09-22 15:53:53 -07001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
4LOCAL_MODULE := android.hardware.nfc@1.0-impl
5LOCAL_MODULE_RELATIVE_PATH := hw
6LOCAL_SRC_FILES := Nfc.cpp
7LOCAL_SHARED_LIBRARIES := liblog libcutils libhardware libhwbinder libbase libcutils libutils libhidl android.hardware.nfc@1.0
8include $(BUILD_SHARED_LIBRARY)