Skip to content

Commit

Permalink
[Build/Android] add mqtt source
Browse files Browse the repository at this point in the history
Define mqtt source for android build.

TODO: now we uses paho-mqtt, consider other mqtt library later.
Signed-off-by: Jaeyun Jung <[email protected]>
  • Loading branch information
jaeyun-jung committed Jan 13, 2025
1 parent 1a38977 commit be57bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jni/nnstreamer-edge.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ NNSTREAMER_EDGE_SRCS := \
$(NNSTREAMER_EDGE_ROOT)/src/libnnstreamer-edge/nnstreamer-edge-queue.c \
$(NNSTREAMER_EDGE_ROOT)/src/libnnstreamer-edge/nnstreamer-edge-util.c

NNSTREAMER_EDGE_MQTT_SRCS := \
$(NNSTREAMER_EDGE_ROOT)/src/libnnstreamer-edge/nnstreamer-edge-mqtt-paho.c

0 comments on commit be57bb4

Please sign in to comment.