summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitin Shivpure <quic_nshivpur@quicinc.com>2022-01-24 10:37:58 +0530
committerNitin Shivpure <quic_nshivpur@quicinc.com>2022-01-24 11:20:29 +0530
commitafe53da2731b3b836b241831a642c65b9225737e (patch)
treec7b7f3fe1b666ebe637b6b9d6c79c241bff78594
parentf60fd6f1a7ad68b091f5c7789caedf4d54857189 (diff)
BT: Remove BATestAPP from QSSI debug build
BATestAPP is not used in S release, Hence removing BATestAPP from QSSI debug build. CRs-fixed: 3115844 Change-Id: Iccf516e37648b19369447056835e6de6754bab83
-rw-r--r--bt-system-opensource-product.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/bt-system-opensource-product.mk b/bt-system-opensource-product.mk
index db9fb60..f82a67a 100644
--- a/bt-system-opensource-product.mk
+++ b/bt-system-opensource-product.mk
@@ -52,7 +52,6 @@ PRODUCT_PACKAGES_DEBUG += rfc
ifneq ($(TARGET_HAS_LOW_RAM), true)
PRODUCT_PACKAGES_DEBUG += BTTestApp
-PRODUCT_PACKAGES_DEBUG += BATestApp
endif #TARGET_HAS_LOW_RAM
else