Skip to content

Commit

Permalink
tank: add amazon btremoted
Browse files Browse the repository at this point in the history
and disable metrics
  • Loading branch information
diego-cr committed Dec 12, 2019
1 parent cb507c5 commit 63afd20
Show file tree
Hide file tree
Showing 11 changed files with 3,497 additions and 0 deletions.
24 changes: 24 additions & 0 deletions btremoted/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#
# Copyright (C) 2014 Amazon.com Inc. or its affiliates. All rights reserved.
#

LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)

#btremoted-def := -D_METRICS

LOCAL_SRC_FILES:= \
btremoted.c \
msbc.c \
sbcplc.c \

LOCAL_MODULE_TAGS := optional

LOCAL_MODULE:= btremoted

LOCAL_SHARED_LIBRARIES += libcutils

LOCAL_CFLAGS := $(btremoted-def)

include $(BUILD_EXECUTABLE)
Loading

0 comments on commit 63afd20

Please sign in to comment.