base.mk: Enable BT Ext app for compilation

Enable FTP and Dun for compilation.

Change-Id: I288311749dd5b9f248f8a5974f10e6d321df459b
This commit is contained in:
Sravan Kumar V 2017-04-06 18:38:34 +05:30 committed by Gerrit - the friendly Code Review server
parent f170940b1f
commit c14e5c0ccc
1 changed files with 1 additions and 1 deletions

View File

@ -728,6 +728,7 @@ PRODUCT_PACKAGES := \
DeskClock \
AlarmProvider \
Bluetooth \
BluetoothExt \
Calculator \
Calendar \
Camera \
@ -761,7 +762,6 @@ PRODUCT_PACKAGES := \
ifneq ($(TARGET_USES_AOSP),true)
PRODUCT_PACKAGES += \
BluetoothExt \
a4wpservice \
wipowerservice
endif