Loading nfc/1.0/default/Android.bp +21 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,24 @@ cc_library_shared { "android.hardware.nfc@1.0", ], } cc_binary { name: "android.hardware.nfc@1.0-service", relative_install_path: "hw", proprietary: true, init_rc: ["android.hardware.nfc@1.0-service.rc"], srcs: ["service.cpp"], shared_libs: [ "liblog", "libcutils", "libdl", "libbase", "libutils", "libhardware", "libhidlbase", "libhidltransport", "android.hardware.nfc@1.0", ], } nfc/1.0/default/Android.mkdeleted 100644 → 0 +0 −25 Original line number Diff line number Diff line LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_PROPRIETARY_MODULE := true LOCAL_MODULE := android.hardware.nfc@1.0-service LOCAL_INIT_RC := android.hardware.nfc@1.0-service.rc LOCAL_SRC_FILES := \ service.cpp \ LOCAL_SHARED_LIBRARIES := \ liblog \ libcutils \ libdl \ libbase \ libutils \ libhardware \ LOCAL_SHARED_LIBRARIES += \ libhidlbase \ libhidltransport \ android.hardware.nfc@1.0 \ include $(BUILD_EXECUTABLE) Loading
nfc/1.0/default/Android.bp +21 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,24 @@ cc_library_shared { "android.hardware.nfc@1.0", ], } cc_binary { name: "android.hardware.nfc@1.0-service", relative_install_path: "hw", proprietary: true, init_rc: ["android.hardware.nfc@1.0-service.rc"], srcs: ["service.cpp"], shared_libs: [ "liblog", "libcutils", "libdl", "libbase", "libutils", "libhardware", "libhidlbase", "libhidltransport", "android.hardware.nfc@1.0", ], }
nfc/1.0/default/Android.mkdeleted 100644 → 0 +0 −25 Original line number Diff line number Diff line LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_PROPRIETARY_MODULE := true LOCAL_MODULE := android.hardware.nfc@1.0-service LOCAL_INIT_RC := android.hardware.nfc@1.0-service.rc LOCAL_SRC_FILES := \ service.cpp \ LOCAL_SHARED_LIBRARIES := \ liblog \ libcutils \ libdl \ libbase \ libutils \ libhardware \ LOCAL_SHARED_LIBRARIES += \ libhidlbase \ libhidltransport \ android.hardware.nfc@1.0 \ include $(BUILD_EXECUTABLE)