diff options
author | Nitin Shivpure <quic_nshivpur@quicinc.com> | 2022-01-24 10:37:58 +0530 |
---|---|---|
committer | Nitin Shivpure <quic_nshivpur@quicinc.com> | 2022-01-24 11:20:29 +0530 |
commit | afe53da2731b3b836b241831a642c65b9225737e (patch) | |
tree | c7b7f3fe1b666ebe637b6b9d6c79c241bff78594 | |
parent | f60fd6f1a7ad68b091f5c7789caedf4d54857189 (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.mk | 1 |
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 |