Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14eb1f79 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "VTS driver build target for NFC 1.0"

parents e30fb981 b6d8853a
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
@@ -16,6 +16,45 @@

LOCAL_PATH := $(call my-dir)

# build VTS driver for Nfc v1.0.
include $(CLEAR_VARS)

LOCAL_MODULE := libvts_driver_hidl_nfc@1.0

LOCAL_SRC_FILES := \
  Nfc.vts \
  NfcClientCallback.vts \
  types.vts \

LOCAL_C_INCLUDES := \
  android.hardware.nfc@1.0 \
  system/core/base/include \
  system/core/include \

LOCAL_SHARED_LIBRARIES += \
  android.hardware.nfc@1.0 \
  libbase \
  libutils \
  libcutils \
  liblog \
  libhidl \
  libhwbinder \
  libprotobuf-cpp-full \
  libvts_common \
  libvts_datatype \
  libvts_measurement \
  libvts_multidevice_proto \

LOCAL_CFLAGS += -DENABLE_TREBLE

LOCAL_STATIC_LIBRARIES := \

LOCAL_PROTOC_OPTIMIZE_TYPE := full

LOCAL_MULTILIB := both

include $(BUILD_SHARED_LIBRARY)

# build profiler for Nfc.
include $(CLEAR_VARS)

+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ component_name: "types"

package: "android.hardware.nfc"


attribute: {
  name: "nfc_event_t"
  type: TYPE_ENUM