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

Commit 78a2975b authored by Steven Laver's avatar Steven Laver Committed by Bruno Martins
Browse files

Bluetooth: Reset packages/apps/Bluetooth to upstream

Bug: 140404592

CRs-Fixed: 2582532
Change-Id: Ib63616dc6d06a0df12da4a091ea3cb831b89fbed
parent 55a3039e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
// Bluetooth is in it's own namespace to allow it to be replaced with an
// alternate implementation.
soong_namespace {
}

// MAP API module

package {
+4 −0
Original line number Diff line number Diff line
ifneq ($(TARGET_USE_QTI_BT_STACK),true)

#############################################################
# Bluetooth Robolectric test target.                        #
#############################################################
@@ -49,3 +51,5 @@ LOCAL_TEST_PACKAGE := Bluetooth
LOCAL_INSTRUMENT_SOURCE_DIRS := $(dir $(LOCAL_PATH))../src

include external/robolectric-shadows/run_robotests.mk

endif